]> 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:11:07 +0000 (07:11 +0000)
committerEvan Hunt <each@isc.org>
Fri, 11 Mar 2011 07:11:07 +0000 (07:11 +0000)
with libtool.

bin/tests/system/dlzexternal/Makefile.in

index 295747abc5c49d8c60cafcfcb2146f32761c119a..5ac5c11cb1e04255d101dbac38357546e2a6c808 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.2 2011/03/10 04:36:15 each Exp $
+# $Id: Makefile.in,v 1.3 2011/03/11 07:11:07 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}