From 7e9217d5bfc5e3821eafb4bae5ec13221528b433 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 10 Aug 2010 18:18:25 -0700 Subject: [PATCH] remove config.sub too --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2