From: Anthony Fok Date: Sun, 29 Jan 2017 11:56:43 +0000 (-0700) Subject: Fix Lintian warning: debian-rules-ignores-make-clean-error X-Git-Tag: debian/2.18.2-9~10 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=aeffb48dcc7e667ba2724bee3578fee4ac86d95c;p=lilypond.git Fix Lintian warning: debian-rules-ignores-make-clean-error --- diff --git a/debian/rules b/debian/rules index cb8223a4c7..75e06aa476 100755 --- a/debian/rules +++ b/debian/rules @@ -133,8 +133,7 @@ override_dh_auto_install-indep: override_dh_auto_install-arch debian/guile.reloc ## we need to nuke the parser files, because if there is a mismatch ## between upstreams bison and our bison, the build will fail epically override_dh_auto_clean: - rm -rf no-trespassing - -$(MAKE) -C guile18 maintainer-clean + [ ! -f guile18/Makefile ] || $(MAKE) -C guile18 maintainer-clean rm -f lily/out/parser.* dh_auto_clean --no-parallel