From: Royce Mitchell III Date: Mon, 7 Mar 2005 01:26:25 +0000 (+0000) Subject: correct dependency for rline target, this fixes bug #519 X-Git-Tag: backups/alex_devel_branch@15093~3^3~21 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=eaf0e227f2b1b12c828f6a78c0510a432df1afc7;ds=sidebyside correct dependency for rline target, this fixes bug #519 svn path=/trunk/; revision=13865 --- diff --git a/reactos/tools/Makefile b/reactos/tools/Makefile index 53c9b15294e..92b921af52d 100644 --- a/reactos/tools/Makefile +++ b/reactos/tools/Makefile @@ -44,7 +44,7 @@ rline$(EXE_POSTFIX): rline.c @$(HOST_CC) $(CFLAGS) -DUNIX_PATHS rline.c -o rline$(EXE_POSTFIX) endif ifeq ($(HOST),mingw32-windows) -rline$(EXE_POSTFIX): rmkdir.c +rline$(EXE_POSTFIX): rline.c @$(HOST_CC) $(CFLAGS) -DDOS_PATHS rline.c -o rline$(EXE_POSTFIX) endif