Merge trunk's r3507:

Remove TAGS on extraclean



git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3508 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-06-01 18:24:14 +00:00
parent 51a96ec92d
commit 694be76c34
+1
View File
@@ -174,6 +174,7 @@ clean:
@if [ -d $(SCST_LOCAL_DIR) ]; then cd $(SCST_LOCAL_DIR) && $(MAKE) $@; fi
extraclean:
-rm -f TAGS
cd $(SCST_DIR) && $(MAKE) $@
@if [ -d $(DOC_DIR) ]; then cd $(DOC_DIR) && $(MAKE) $@; fi
@if [ -d $(QLA_INI_DIR) ]; then cd $(QLA_INI_DIR) && $(MAKE) $@; fi