]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
link driver.so from the .o file instead of the .lo file when building
authorEvan Hunt <each@isc.org>
Fri, 11 Mar 2011 07:10:10 +0000 (07:10 +0000)
committerEvan Hunt <each@isc.org>
Fri, 11 Mar 2011 07:10:10 +0000 (07:10 +0000)
with libtool.

bin/tests/system/dlzexternal/Makefile.in

index f3204033ca1aa687de789629247f0cf4a716ee61..8194e1adefb516e1fc72987c7adacb00171808ba 100644 (file)
@@ -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}