X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=c712bfee919c10a00a54f9e2a546cfccae85eeac;hb=ac973066bc508cb82728e46eaf499e9424d4e0f1;hp=770d20e3dd3ab370fa02883216c16038f0eb60b0;hpb=5dface998916896fca0182a4c52a78877a691f5f;p=debian%2Famanda diff --git a/debian/rules b/debian/rules index 770d20e..c712bfe 100755 --- a/debian/rules +++ b/debian/rules @@ -41,8 +41,8 @@ build-stamp: /sbin/dump /usr/bin/smbclient debian/po/templates.pot clean: dh_testdir dh_testroot - -make clean - -make distclean + [ ! -f Makefile ] || make clean + [ ! -f Makefile ] || make distclean -rm -f build-stamp missing config/config.h common-src/genversion -rm -f debian/po/templates.pot -find . -type d -name .deps -exec rm -rf {} \;