aboutsummaryrefslogtreecommitdiff
path: root/gnu-name-system-default-tlds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-name-system-default-tlds/Makefile')
-rw-r--r--gnu-name-system-default-tlds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-name-system-default-tlds/Makefile b/gnu-name-system-default-tlds/Makefile
index d2b66a6..9523cd2 100644
--- a/gnu-name-system-default-tlds/Makefile
+++ b/gnu-name-system-default-tlds/Makefile
@@ -14,6 +14,6 @@ tlds.conf.tmp: registry.rec tlds.template
14 ../format.sh tlds.template < registry.rec > $@ 14 ../format.sh tlds.template < registry.rec > $@
15 15
16tlds.conf: tlds.header tlds.conf.tmp 16tlds.conf: tlds.header tlds.conf.tmp
17 cat $^ > $@ 17 cat tlds.header tlds.conf.tmp > $@
18 18
19.PHONY: check clean distclean 19.PHONY: check clean distclean