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:
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: