remove depend.bak in realclean

This commit is contained in:
Keith Whitwell 2008-08-29 11:17:24 +01:00
parent 8c092def6c
commit a9345511d8
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ realclean:
-rm -f `find . -name \*.a`
-rm -f `find . -name \*.so`
-rm -f `find . -name depend`
-rm -f `find . -name depend.bak`
-rm -rf lib*
$(MAKE) clean
-rm -f $(TOP)/configs/current