From daff94f3f06f91e924a74e46fe8e45a76df5febf Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sat, 7 Jun 2008 20:40:32 +0200 Subject: [PATCH] Changed Makefile to make .zone files depend on the templates too --- root/amery/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/amery/Makefile b/root/amery/Makefile index 6dcbf06..34b77d3 100644 --- a/root/amery/Makefile +++ b/root/amery/Makefile @@ -27,7 +27,7 @@ all: $(ZONES) clean: @rm -f $(ZONES) -%.zone: %.zone.in Makefile +%.zone: %.zone.in Makefile $(wildcard ../*.in) @echo " [$*] $@.in -> $@" @sed -e 's,@@GOOGLEMX@@,$(GOOGLEMX),' \ -e 's,@@DOMAIN@@,$*,g' \