[ros-diffs] [royce] 13865: correct dependency for rline target,
this fixes bug #519
royce at svn.reactos.com
royce at svn.reactos.com
Mon Mar 7 02:26:26 CET 2005
correct dependency for rline target, this fixes bug #519
Modified: trunk/reactos/tools/Makefile
_____
Modified: trunk/reactos/tools/Makefile
--- trunk/reactos/tools/Makefile 2005-03-07 00:35:49 UTC (rev
13864)
+++ trunk/reactos/tools/Makefile 2005-03-07 01:26:25 UTC (rev
13865)
@@ -44,7 +44,7 @@
@$(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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050307/4e30070c/attachment.html
More information about the Ros-diffs
mailing list