From: Mark Andrews Date: Wed, 16 Mar 2005 13:43:59 +0000 (+0000) Subject: missing ${LIBTOOL_MODE_LINK} X-Git-Tag: v9.2.6b1~137^2~44 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=36ff1620e474585845d05ea9b013071d5fc345aa;p=thirdparty%2Fbind9.git missing ${LIBTOOL_MODE_LINK} --- diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 1d3e572cc65..f46395eb7e6 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.122 2004/07/20 07:13:35 marka Exp $ +# $Id: Makefile.in,v 1.123 2005/03/16 13:43:59 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -188,7 +188,7 @@ sym_test@EXEEXT@: sym_test.@O@ ${ISCDEPLIBS} ${ISCLIBS} ${LIBS} task_test@EXEEXT@: task_test.@O@ ${ISCDEPLIBS} - ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ task_test.@O@ \ + ${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ task_test.@O@ \ ${ISCLIBS} ${LIBS} shutdown_test@EXEEXT@: shutdown_test.@O@ ${ISCDEPLIBS}