]> granicus.if.org Git - pdns/commitdiff
Fix (some) out of tree build failures
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 26 Jan 2015 22:08:10 +0000 (23:08 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 26 Jan 2015 22:08:42 +0000 (23:08 +0100)
modules/bindbackend/Makefile.am
pdns/Makefile.am

index fdcfd855280ac84f048d26d6514c2b368f164036..ebde762e2dea61cfbec7e38249bad8eb2c183261 100644 (file)
@@ -18,7 +18,7 @@ libbindbackend_la_SOURCES = \
 libbindbackend_la_LDFLAGS = -module -avoid-version
 
 ../../pdns/bind-dnssec.schema.sqlite3.sql.h: ../../pdns/bind-dnssec.schema.sqlite3.sql
-       ( echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' ../../pdns/bind-dnssec.schema.sqlite3.sql | sed 's/^/"/g'  ; echo ';' ) > $@
+       ( echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' $< | sed 's/^/"/g'  ; echo ';' ) > $@
 
 # for bindparser.h/hh
 .hh.h:
index daec7ea27061f22608b76833e1bc765a6003ae98..4d439dbc59810eac22129f8702157d5f9e4bf2c0 100644 (file)
@@ -1015,10 +1015,10 @@ check-local:
 endif
 
 dnslabeltext.cc: dnslabeltext.rl
-       $(AM_V_GEN)$(RAGEL) dnslabeltext.rl -o dnslabeltext.cc
+       $(AM_V_GEN)$(RAGEL) $< -o dnslabeltext.cc
 
 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 ';' ) > $@
+       ( echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' $< | sed 's/^/"/g'  ; echo ';' ) > $@
 
 # for bindparser.h/hh
 .hh.h: