From: Bdale Garbee Date: Sun, 15 Feb 2009 17:19:05 +0000 (-0700) Subject: we really don't want to delete config.* in the clean target, even if updated X-Git-Tag: debian/1.3.12-1~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0606f9ff05867b5ff410c38bb7354563fff7ea31;p=debian%2Fmtx we really don't want to delete config.* in the clean target, even if updated --- diff --git a/debian/rules b/debian/rules index 4ebd577..9d73953 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ build-stamp: configure-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp config.guess config.sub + rm -f build-stamp configure-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_clean