From: Peter van Dijk Date: Mon, 18 Nov 2013 18:09:57 +0000 (+0100) Subject: fix bindparser h/hh hack, thanks @stbuehler X-Git-Tag: rec-3.6.0-rc1~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9dd48769265ef46fe665a8c9dd89d19f24189b02;p=pdns fix bindparser h/hh hack, thanks @stbuehler --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 93b6b96f7..178c5989e 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -314,7 +314,7 @@ bind-dnssec.schema.sqlite3.sql.h: bind-dnssec.schema.sqlite3.sql ( echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' bind-dnssec.schema.sqlite3.sql | sed 's/^/"/g' ; echo ';' ) > $@ # for bindparser.h/hh -.h.hh: +.hh.h: cp $< $@ build_date=$(shell LC_TIME=C date '+%Y%m%d%H%M%S')