]> granicus.if.org Git - pdns/commitdiff
fix bindparser h/hh hack, thanks @stbuehler
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 18 Nov 2013 18:09:57 +0000 (19:09 +0100)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 18 Nov 2013 18:09:57 +0000 (19:09 +0100)
pdns/Makefile.am

index 93b6b96f7801bd38719343324119bae598d57c70..178c5989ec91848a9d9402175979c2e9b8b34959 100644 (file)
@@ -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')