X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Ftools%2FMakefile;h=a73a451e1394d8308157f5185a79ee1f4a920700;hp=d72f90957b82b7048e0c0c66b569089772a13079;hb=130144b797f67d27e3d3311cdf8b2bc9e8211222;hpb=c34c3cfae45652bbb6ad9f6620b72ab73dc9d713 diff --git a/reactos/tools/Makefile b/reactos/tools/Makefile index d72f90957b8..a73a451e139 100644 --- a/reactos/tools/Makefile +++ b/reactos/tools/Makefile @@ -6,12 +6,11 @@ TOOLS = \ rcopy$(EXE_POSTFIX) \ rdel$(EXE_POSTFIX) \ rmkdir$(EXE_POSTFIX) \ - rrmdir$(EXE_POSTFIX) \ - wmc$(EXE_POSTFIX) + rrmdir$(EXE_POSTFIX) CLEAN_FILES = $(TOOLS) -all: $(TOOLS) +all: $(TOOLS) wmc_directory_target buildno$(EXE_POSTFIX): buildno.c ../include/reactos/version.h $(HOST_CC) $(CFLAGS) -o buildno$(EXE_POSTFIX) buildno.c @@ -51,7 +50,7 @@ rrmdir$(EXE_POSTFIX): rrmdir.c $(HOST_CC) $(CFLAGS) -DDOS_PATHS rrmdir.c -o rrmdir$(EXE_POSTFIX) endif -wmc$(EXE_POSTFIX): +wmc_directory_target: make -C wmc wmc$(EXE_POSTFIX) ifeq ($(HOST),mingw32-linux)