mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Delete dependency files on clean
svn path=/trunk/; revision=3077
This commit is contained in:
parent
49051a245f
commit
7e27a9348f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: helper.mk,v 1.13 2002/05/05 14:57:45 chorns Exp $
|
# $Id: helper.mk,v 1.14 2002/06/14 13:20:08 chorns Exp $
|
||||||
#
|
#
|
||||||
# Helper makefile for ReactOS modules
|
# Helper makefile for ReactOS modules
|
||||||
# Variables this makefile accepts:
|
# Variables this makefile accepts:
|
||||||
|
@ -553,7 +553,7 @@ endif
|
||||||
MK_CLEANFILES := $(filter %.o,$(MK_OBJECTS))
|
MK_CLEANFILES := $(filter %.o,$(MK_OBJECTS))
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
- $(RM) *.o $(MK_BASENAME).sym $(MK_BASENAME).a $(TARGET_PATH)/$(MK_RES_BASE).coff \
|
- $(RM) .*.d *.o $(MK_BASENAME).sym $(MK_BASENAME).a $(TARGET_PATH)/$(MK_RES_BASE).coff \
|
||||||
$(MK_FULLNAME) $(MK_NOSTRIPNAME) $(MK_CLEANFILES) \
|
$(MK_FULLNAME) $(MK_NOSTRIPNAME) $(MK_CLEANFILES) \
|
||||||
junk.tmp base.tmp temp.exp \
|
junk.tmp base.tmp temp.exp \
|
||||||
$(TARGET_CLEAN)
|
$(TARGET_CLEAN)
|
||||||
|
|
Loading…
Reference in a new issue