Browse Source

stage: Fixed Makefile to actually recompile data.cdb

testing
Alejandro Mery 14 years ago
parent
commit
c618546359
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      stage/Makefile

+ 2
- 2
stage/Makefile

@ -3,5 +3,5 @@
all: data.cdb
data.cdb: $(wildcard *.zone) Makefile
echo " [tinydns-data] $(filter-out Makefile,$^)"
#echo /opt/djbdns/bin/tinydns-data $(filter-out Makefile,$^)
@echo " [tinydns-data] $(filter-out Makefile,$^)"
@/opt/djbdns/bin/tinydns-data $(filter-out Makefile,$^)

Loading…
Cancel
Save