summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorElias Norberg <xyzzy@kudzu.se>2013-01-28 23:53:03 +0100
committerElias Norberg <xyzzy@kudzu.se>2013-01-28 23:53:03 +0100
commit5b12b5d14a9618889ff9b5b538b4c51418b3b317 (patch)
tree62d09e94ed621bbcce95cb631522a021aba931ca /src/Makefile
parentddb67b756c2533f47cf8a0747c9a8821a50825c2 (diff)
downloaddwb-5b12b5d14a9618889ff9b5b538b4c51418b3b317.zip
Move mktlds-header to tools, make the project build again
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 241759ae..74a0dd31 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -32,9 +32,9 @@ $(DTARGET): $(DOBJ)
@echo "$(CC) $@"
@$(CC) $(DOBJ) -o $(DTARGET) $(LDFLAGS)
-tlds.h: tlds.in mktlds-header
+tlds.h: tlds.in ../tools/mktlds-header
@echo gen tlds.h
- @./mktlds-header < tlds.in
+ @../tools/mktlds-header < tlds.in > tlds.h
domain.o: tlds.h