Browse Source

Changed Makefile to make .zone files depend on the templates too

testing
Alejandro 16 years ago
parent
commit
daff94f3f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      root/amery/Makefile

+ 1
- 1
root/amery/Makefile

@ -27,7 +27,7 @@ all: $(ZONES)
clean: clean:
@rm -f $(ZONES) @rm -f $(ZONES)
%.zone: %.zone.in Makefile
%.zone: %.zone.in Makefile $(wildcard ../*.in)
@echo " [$*] $@.in -> $@" @echo " [$*] $@.in -> $@"
@sed -e 's,@@GOOGLEMX@@,$(GOOGLEMX),' \ @sed -e 's,@@GOOGLEMX@@,$(GOOGLEMX),' \
-e 's,@@DOMAIN@@,$*,g' \ -e 's,@@DOMAIN@@,$*,g' \

Loading…
Cancel
Save