remove depend.bak in realclean
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 29 Aug 2008 10:17:24 +0000 (11:17 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 1 Sep 2008 13:24:33 +0000 (14:24 +0100)
Makefile

index 9b3be43..6841261 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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