we really don't want to delete config.* in the clean target, even if updated
authorBdale Garbee <bdale@gag.com>
Sun, 15 Feb 2009 17:19:05 +0000 (10:19 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 15 Feb 2009 17:19:05 +0000 (10:19 -0700)
debian/rules

index 4ebd577d42189c3413c1b7b3d37ed78f4b7f7879..9d73953c658a2699699352527f0b1ec7767b35db 100755 (executable)
@@ -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