summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e5bb48a7..217340a3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -32,8 +32,9 @@ $(DTARGET): $(DOBJ)
@echo "$(CC) $@"
@$(CC) $(DOBJ) -o $(DTARGET) $(LDFLAGS)
-tlds.h: tlds.in
+tlds.h: tlds.in mktlds-header
@echo gen tlds.h
+ @./mktlds-header < tlds.in
@echo "#ifndef TLDS_H" > $@
@echo "#define TLDS_H" >> $@
@echo "static char *TLDS_EFFECTIVE[] = {" >> $@