]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove config.sub too
authorDon Armstrong <don@donarmstrong.com>
Wed, 11 Aug 2010 01:18:25 +0000 (18:18 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 11 Aug 2010 01:18:25 +0000 (18:18 -0700)
debian/rules

index 1381798aa3910a5264f974b65831cb016d8ec48e..8075ae357bd0a9a6a1992e6e007cf6cde3e338b6 100755 (executable)
@@ -89,7 +89,7 @@ clean:
        [ ! -f Makefile ] || $(MAKE) web-clean
        [ ! -f Makefile ] || $(MAKE) distclean
        rm -f lib/python
-       rm -f ./stepmake/bin/config.guess ./stepmake/bin/config.guess.sub
+       rm -f ./stepmake/bin/config.guess ./stepmake/bin/config.guess.sub ./stepmake/bin/config.sub
 
        # Still not clean enough?  Let's use... BRUTE STRENGTH!  :-)
        find . -type d -name 'out' -o -name 'out-www' | xargs rm -rf