Commit e56869531a8e031bc928250c1071e13e030f37f3
1 parent
b12b6a18
Remove cscope.* files on 'make clean', by George G. Davis.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2986 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
... | ... | @@ -41,7 +41,7 @@ dyngen$(EXESUF): dyngen.c |
41 | 41 | clean: |
42 | 42 | # avoid old build problems by removing potentially incorrect old files |
43 | 43 | rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h |
44 | - rm -f *.o *.a $(TOOLS) dyngen$(EXESUF) TAGS *.pod *~ */*~ | |
44 | + rm -f *.o *.a $(TOOLS) dyngen$(EXESUF) TAGS cscope.* *.pod *~ */*~ | |
45 | 45 | $(MAKE) -C tests clean |
46 | 46 | for d in $(TARGET_DIRS); do \ |
47 | 47 | $(MAKE) -C $$d $@ || exit 1 ; \ | ... | ... |