Browse Source

Enhanced Makefile to take into account changes in servers.txt

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

+ 1
- 1
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

Loading…
Cancel
Save