From 5d3790e300c1050d2ea4a50837e6d732d7181502 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 4 May 2014 10:39:45 +0100 Subject: [PATCH 1/1] Makefile: Some tidying. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acdd754..d623e18 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,8 @@ dnserr.zone.sig: dnserr.zone.sigold dnserr.zone.signew dnserr.zone.sigold >t.oldsig awk '$(OLDSIGMATCH) { system("cat t.oldsig"); next; } \ { gsub(/invalid-rrsigx/, "invalid-rrsig"); print; }' \ - dnserr.zone.signew >$@.new + dnserr.zone.signew >$@.new + rm t.oldsig mv $@.new $@ CLEAN += $(TARGETS) -- 2.11.0