mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Remove build tools on make clean.
Patches from Guido de Jong. svn path=/trunk/; revision=2564
This commit is contained in:
parent
6be4e2ac3a
commit
b2f22718cc
2 changed files with 4 additions and 4 deletions
|
@ -62,8 +62,8 @@ clean:
|
|||
endif
|
||||
ifeq ($(HOST),mingw32-windows)
|
||||
clean:
|
||||
del $(TOOLS)
|
||||
del mkconfig$(EXE_POSTFIX)
|
||||
$(PATH_TO_TOP)/rdel $(TOOLS)
|
||||
$(PATH_TO_TOP)/rdel mkconfig$(EXE_POSTFIX)
|
||||
make -C wmc clean
|
||||
endif
|
||||
|
||||
|
|
|
@ -47,8 +47,8 @@ clean:
|
|||
endif
|
||||
ifeq ($(HOST),mingw32-windows)
|
||||
clean:
|
||||
del *.o
|
||||
del wmc$(EXE_POSTFIX)
|
||||
$(PATH_TO_TOP)/rdel *.o
|
||||
$(PATH_TO_TOP)/rdel wmc$(EXE_POSTFIX)
|
||||
endif
|
||||
|
||||
.phony: clean
|
||||
|
|
Loading…
Reference in a new issue