From d006d54d54b5069e36d798aa1997f6860ae5ffec Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 1 Aug 2008 20:27:23 +0200 Subject: [PATCH] Enhanced Makefile to take into account changes in servers.txt --- root/amery/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/amery/Makefile b/root/amery/Makefile index aca1ec4..841e086 100644 --- a/root/amery/Makefile +++ b/root/amery/Makefile @@ -6,7 +6,7 @@ all: $(ZONES) clean: @rm -f $(ZONES) -../preprocessor.sed: ../preprocessor.sh $(wildcard ../*.in) +../preprocessor.sed: ../preprocessor.sh $(wildcard ../*.in) ../servers.txt @$^ > $@ %.zone: %.zone.in ../preprocessor.sed