correct dependency for rline target, this fixes bug #519
authorRoyce Mitchell III <royce3@ev1.net>
Mon, 7 Mar 2005 01:26:25 +0000 (01:26 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Mon, 7 Mar 2005 01:26:25 +0000 (01:26 +0000)
svn path=/trunk/; revision=13865

reactos/tools/Makefile

index 53c9b15..92b921a 100644 (file)
@@ -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