From 311a253997efda0f0832d108f479554598fc517c Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 1 May 2015 18:50:09 +0200 Subject: [PATCH] Fix out of tree builds. Closes #2477 --- pdns/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index e1f86e1433..47047a5a7d 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1080,8 +1080,8 @@ endif dnslabeltext.cc: dnslabeltext.rl $(AM_V_GEN)$(RAGEL) $< -o dnslabeltext.cc -htmlfiles.h: dnsdistdist/html/* - ./dnsdistdist/incfiles dnsdistdist > $@ +htmlfiles.h: $(srcdir)/dnsdistdist/html/* + $(srcdir)/dnsdistdist/incfiles $(srcdir)/dnsdistdist > $@ bind-dnssec.schema.sqlite3.sql.h: bind-dnssec.schema.sqlite3.sql ( echo 'static char sqlCreate[] __attribute__((unused))=' ; sed 's/$$/"/g' $< | sed 's/^/"/g' ; echo ';' ) > $@ -- 2.47.2