From: Ruben Kerkhof Date: Sat, 27 Dec 2014 15:55:59 +0000 (+0100) Subject: Use the ragel detected by configure X-Git-Tag: rec-3.7.0-rc1~67^2~24^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b40069dfd00359c91af422e1c98d20b3a63a93;p=thirdparty%2Fpdns.git Use the ragel detected by configure --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index f86aaba87f..b05e3b5e0e 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -949,7 +949,7 @@ check-local: endif dnslabeltext.cc: dnslabeltext.rl - ragel dnslabeltext.rl -o dnslabeltext.cc + $(RAGEL) dnslabeltext.rl -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 ';' ) > $@