diff options
author | portix <portix@gmx.net> | 2012-06-19 22:48:39 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-06-19 22:48:39 +0200 |
commit | 63afe782e4e42415a22a1d60040f41187bcec50b (patch) | |
tree | 2facfbf1370d4f6963f1ed5b6a2adb9b0da31369 /util | |
parent | 568ce647194d894b0c4159ad2fdca1ffb52acba0 (diff) | |
download | dwb-63afe782e4e42415a22a1d60040f41187bcec50b.zip |
Delete TLDS target, fixing build errors in util
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile index 23b1c42d..ae2ab5a1 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,8 +1,7 @@ include ../config.mk SETTINGS=../$(LIBDIR)/settings.html KEYS=../$(LIBDIR)/keys.html -TLDS=../$(SRCDIR)/tlds.h -OUTFILES=$(SETTINGS) $(KEYS) $(TLDS) +OUTFILES=$(SETTINGS) $(KEYS) all: $(OUTFILES) |