From: Mark Andrews Date: Mon, 9 May 2016 05:29:50 +0000 (+1000) Subject: add missing dependancy X-Git-Tag: v9.11.0a2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97e9fc9e53039c141e1a14adab0865a04225848a;p=thirdparty%2Fbind9.git add missing dependancy --- diff --git a/bin/tests/system/dyndb/driver/Makefile.in b/bin/tests/system/dyndb/driver/Makefile.in index 055d9353617..e28e3f36a95 100644 --- a/bin/tests/system/dyndb/driver/Makefile.in +++ b/bin/tests/system/dyndb/driver/Makefile.in @@ -51,7 +51,7 @@ lib/sample.@SO@: sample.@SO@ $(SHELL) ${top_srcdir}/mkinstalldirs `pwd`/lib ${LIBTOOL_MODE_INSTALL} ${INSTALL} sample.@SO@ `pwd`/lib -sample.@SO@: ${OBJS} +sample.@SO@: ${OBJS} ${DNSDEPLIBS} ${ISCDEPLIBS} ${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ ${OBJS} \ ${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}