From: Richard Kettlewell Date: Sat, 12 Feb 2011 12:59:15 +0000 (+0000) Subject: fix debian/rules clean when there is no makefile yet X-Git-Tag: branchpoint-5.1~68 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/e4821ef71322616f956e7d3148b9738e6faaa0aa?hp=24324daddefe37bb131255f22246da9de00283ad fix debian/rules clean when there is no makefile yet --- diff --git a/debian/rules b/debian/rules index 1861c13..4d37b27 100755 --- a/debian/rules +++ b/debian/rules @@ -323,7 +323,7 @@ binary-arch: pkg-disorder pkg-disorder-server pkg-disorder-playrtp \ binary-indep: clean: - test -f Makefile && $(MAKE) distclean + if test -f Makefile; then $(MAKE) distclean; fi rm -f config.cache rm -f debian/files rm -f debian/substvars.*