From: Jeremy C. Reed Date: Mon, 2 Mar 2015 18:24:07 +0000 (-0500) Subject: change top_srcdir to top_builddir as the path_replacer.sh is a generated tool X-Git-Tag: trac3745_base~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb308d7c290da9c7c07cb6bd786664db96a7af8d;p=thirdparty%2Fkea.git change top_srcdir to top_builddir as the path_replacer.sh is a generated tool problem was noticed by wlodek (and reproduced by me): make[4]: Entering directory `/home/wlodek/dev/ktest/src/bin/keactrl' /home/wlodek/dev/kea_test/tools/path_replacer.sh /home/wlodek/dev/kea_test/src/bin/keactrl/kea.conf.pre kea.conf /bin/bash: /home/wlodek/dev/kea_test/tools/path_replacer.sh: No such file or directory --- diff --git a/src/bin/keactrl/Makefile.am b/src/bin/keactrl/Makefile.am index bcf88f1a79..a4483c22fe 100644 --- a/src/bin/keactrl/Makefile.am +++ b/src/bin/keactrl/Makefile.am @@ -30,7 +30,7 @@ $(man_MANS): endif kea.conf: kea.conf.pre - $(top_srcdir)/tools/path_replacer.sh $(top_srcdir)/src/bin/keactrl/kea.conf.pre $@ + $(top_builddir)/tools/path_replacer.sh $(top_srcdir)/src/bin/keactrl/kea.conf.pre $@ if INSTALL_CONFIGURATIONS