From 41ca6025bd7ddb79345a3d3caa385d543d76cf41 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sun, 15 Aug 2004 01:44:31 +0000 Subject: [PATCH] - Revert to old dependency system. svn path=/trunk/; revision=10549 --- reactos/tools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/tools/Makefile b/reactos/tools/Makefile index 286eb6c7fca..75c70bd8244 100644 --- a/reactos/tools/Makefile +++ b/reactos/tools/Makefile @@ -15,7 +15,7 @@ TOOLS = \ rsym$(EXE_POSTFIX) \ rtouch$(EXE_POSTFIX) \ mkflpimg$(EXE_POSTFIX) \ - makedep$(EXE_POSTFIX) + depends$(EXE_POSTFIX) CLEAN_FILES = $(TOOLS) @@ -95,8 +95,8 @@ mkflpimg$(EXE_POSTFIX): mkflpimg.c $(HOST_CC) $(CFLAGS) -DDOS_PATHS mkflpimg.c -o mkflpimg$(EXE_POSTFIX) endif -makedep$(EXE_POSTFIX): makedep.c - $(HOST_CC) $(CFLAGS) -D__REACTOS__ makedep.c -o makedep$(EXE_POSTFIX) +depends$(EXE_POSTFIX): depends.c + $(HOST_CC) $(CFLAGS) depends.c -o depends$(EXE_POSTFIX) zlib_target: $(MAKE) -C ../lib/zlib -f Makefile.host