From: Don Armstrong Date: Wed, 11 Aug 2010 01:18:25 +0000 (-0700) Subject: remove config.sub too X-Git-Tag: debian/2.12.3-7~2 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=7e9217d5bfc5e3821eafb4bae5ec13221528b433;p=lilypond.git remove config.sub too --- diff --git a/debian/rules b/debian/rules index 1381798aa3..8075ae357b 100755 --- a/debian/rules +++ b/debian/rules @@ -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