From: Bdale Garbee Date: Tue, 18 Aug 2009 05:31:20 +0000 (-0600) Subject: don't fail to clean if Makefile not present X-Git-Tag: debian/1.1-1~55 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5f59df632f3a82348aefc2b16f2521f6ebd30a50;p=fw%2Faltos don't fail to clean if Makefile not present --- diff --git a/debian/rules b/debian/rules index 785d9d5b..b81278a1 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - $(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: build