From fb2d53b71af4fabafbe01542cf012011f8f27534 Mon Sep 17 00:00:00 2001 From: Elias Norberg Date: Mon, 28 Jan 2013 11:36:00 +0100 Subject: Generate tld.h with proper IDN hostnames (punyencoded) --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') 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[] = {" >> $@ -- cgit v1.2.3