chiark
/
gitweb
/
~mdw
/
dnserr
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad5984
)
Makefile: Make the dummy zones depend on the configuration.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 1 Jul 2016 22:53:47 +0000
(23:53 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 1 Jul 2016 22:53:47 +0000
(23:53 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 81e97d470ed83b922be186e4364932689e416b9e..802cd43d23421f144cf6fbc588497da0434c071c 100644
(file)
--- 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 $@