mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fixed clean rule
svn path=/trunk/; revision=2572
This commit is contained in:
parent
c34c3cfae4
commit
130144b797
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue