Let's remove *.orig and *.rej files on extraclean

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3277 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-03-10 20:07:23 +00:00
parent f1637a55d6
commit f518cd150c
18 changed files with 27 additions and 4 deletions
-1
View File
@@ -349,7 +349,6 @@ fcst_clean:
fcst_extraclean:
cd $(FCST_DIR) && $(MAKE) extraclean
debug2perf:
cd $(SCST_DIR) && $(MAKE) $@
@if [ -d $(QLA_DIR) ]; then cd $(QLA_DIR) && $(MAKE) $@; fi