X-Git-Url: https://git.distorted.org.uk/~mdw/dnserr/blobdiff_plain/dad5984a9f75c9d15ce88f271baacfe7527caa2d..HEAD:/Makefile diff --git a/Makefile b/Makefile index 81e97d4..802cd43 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: DUMMY = refused wrong-ds DUMMYZONES = $(addsuffix .zone,$(DUMMY)) TARGETS += $(DUMMYZONES) -$(DUMMYZONES): %.zone: utils.m4 dummy.in +$(DUMMYZONES): %.zone: utils.m4 config.m4 dummy.in m4 -P -DBASE=$(BASE) >$@.new utils.m4 dummy.in mv $@.new $@