From: Christian Hofstaedtler Date: Tue, 5 Nov 2013 08:23:27 +0000 (+0100) Subject: Restore bindparser.(h|hh) hack for newer autotools X-Git-Tag: rec-3.6.0-rc1~357^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1093%2Fhead;p=thirdparty%2Fpdns.git Restore bindparser.(h|hh) hack for newer autotools --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 267f96fe46..4e85064bfa 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -18,11 +18,11 @@ EXTRA_DIST = dnslabeltext.rl dnslabeltext.cc mtasker.cc inflighter.cc docs/pdns_ docs/dnsreplay.8 docs/dnsscope.8 docs/dnswasher.8 docs/pdnssec.8 docs/zone2ldap.8 \ dnssec.schema.mysql.sql dnssec.schema.pgsql.sql dnssec.schema.sqlite3.sql \ no-dnssec.schema.mysql.sql no-dnssec.schema.pgsql.sql no-dnssec.schema.sqlite3.sql \ - bind-dnssec.schema.sqlite3.sql + bind-dnssec.schema.sqlite3.sql bindparser.h SUBDIRS= $(POLARSSL_SUBDIR) -BUILT_SOURCES=bind-dnssec.schema.sqlite3.sql.h version_generated.h +BUILT_SOURCES=bind-dnssec.schema.sqlite3.sql.h version_generated.h bindparser.h CLEANFILES=version_generated.h noinst_SCRIPTS = pdns @@ -323,6 +323,10 @@ dnslabeltext.cc: dnslabeltext.rl 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: + cp $< $@ + build_date=$(shell LC_TIME=C date '+%Y%m%d%H%M%S') build_host=$(shell id -u -n)@$(shell hostname -f) if RELEASE_BUILD