X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/dnserr/blobdiff_plain/5f465544aaf468449503a0a7c079e6107c99a1c8..5d3790e300c1050d2ea4a50837e6d732d7181502:/Makefile 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)