chiark / gitweb /
Makefile: Some tidying.
[dnserr] / Makefile
index acdd75416ea15a9dddf2b04153c9d89590043fdd..d623e188fc0941b97d59d518e73f2272d9e3f9f4 100644 (file)
--- 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)