From 9dd48769265ef46fe665a8c9dd89d19f24189b02 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 18 Nov 2013 19:09:57 +0100 Subject: [PATCH] fix bindparser h/hh hack, thanks @stbuehler --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 93b6b96f78..178c5989ec 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') -- 2.47.2