From 562237c439e63a86c104137896f67b8b0db9a30f Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 25 Feb 2024 10:58:04 -0700 Subject: [PATCH] don't delete Makefile(s) until after using them in clean target --- debian/rules | 2 +- missing | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 missing diff --git a/debian/rules b/debian/rules index a6ec2f6..35c4ad3 100755 --- a/debian/rules +++ b/debian/rules @@ -24,8 +24,8 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp - rm -f Makefile */Makefile config.log config.status [ ! -f Makefile ] || $(MAKE) clean + rm -f Makefile */Makefile config.log config.status dh_clean install: build diff --git a/missing b/missing old mode 100644 new mode 100755 -- 2.47.2