From 0606f9ff05867b5ff410c38bb7354563fff7ea31 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 15 Feb 2009 10:19:05 -0700 Subject: [PATCH] we really don't want to delete config.* in the clean target, even if updated --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2