From: Evan Hunt Date: Fri, 11 Mar 2011 07:10:10 +0000 (+0000) Subject: link driver.so from the .o file instead of the .lo file when building X-Git-Tag: v9.8.1b1~219 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=80ec1130d1327ef5e2306e9c60917392cb335392;p=thirdparty%2Fbind9.git link driver.so from the .o file instead of the .lo file when building with libtool. --- diff --git a/bin/tests/system/dlzexternal/Makefile.in b/bin/tests/system/dlzexternal/Makefile.in index f3204033ca1..8194e1adefb 100644 --- a/bin/tests/system/dlzexternal/Makefile.in +++ b/bin/tests/system/dlzexternal/Makefile.in @@ -12,7 +12,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.1.4.2 2011/03/10 04:29:16 each Exp $ +# $Id: Makefile.in,v 1.1.4.3 2011/03/11 07:10:10 each Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -49,7 +49,7 @@ dlopen@EXEEXT@: ${DLOPENOBJS} -o $@ ${DLOPENOBJS} ${LIBS} driver.@SO@: ${SO_OBJS} - @SO_LD@ -o $@ ${SO_OBJS} + @SO_LD@ -o $@ driver.o clean distclean:: rm -f ${TARGETS}