summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-17 16:41:04 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-06-17 16:41:04 +0000
commite56869531a8e031bc928250c1071e13e030f37f3 (patch)
treec477a20c8427e9c2013e8bfa78152062a549e160 /Makefile
parentb12b6a188e50c3bad1f866bb7f8cdb42a8b0d56c (diff)
downloadqemu-e56869531a8e031bc928250c1071e13e030f37f3.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73d4cf382b..0665cd9122 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ dyngen$(EXESUF): dyngen.c
clean:
# avoid old build problems by removing potentially incorrect old files
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
- rm -f *.o *.a $(TOOLS) dyngen$(EXESUF) TAGS *.pod *~ */*~
+ rm -f *.o *.a $(TOOLS) dyngen$(EXESUF) TAGS cscope.* *.pod *~ */*~
$(MAKE) -C tests clean
for d in $(TARGET_DIRS); do \
$(MAKE) -C $$d $@ || exit 1 ; \