X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=9068b4e841186e35f40a2c3006d93ee474d0ff52;hb=1de33568db24f72feae9fdf36fd828b969b178a7;hp=90505795ca7c90ffb88234e6bce81ca515e83db0;hpb=18e34efea688a6758b6e997401fbc3f241da98f3;p=clsql.git diff --git a/debian/rules b/debian/rules index 9050579..9068b4e 100755 --- a/debian/rules +++ b/debian/rules @@ -88,7 +88,7 @@ clean: dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) distclean find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \; dh_clean