From aeffb48dcc7e667ba2724bee3578fee4ac86d95c Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Sun, 29 Jan 2017 04:56:43 -0700 Subject: [PATCH] Fix Lintian warning: debian-rules-ignores-make-clean-error --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2