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
@@ -24,6 +24,7 @@ clean:
distclean: clean
-rm -f scst-$(MODULE_VERSION)/Makefile.old
rm -f *.orig *.rej
extraclean: distclean
+1
View File
@@ -24,6 +24,7 @@ clean:
distclean: clean
-rm -f scst-$(MODULE_VERSION)/Makefile.old
rm -f *.orig *.rej
extraclean: distclean