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
Show replies by date