From: Nick Clifton Date: Mon, 8 Oct 2007 15:40:41 +0000 (+0000) Subject: * configure.in (SHARED_DEPENDENCIES): Change non-cygwin dependency to be ../bfd/libbf... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=defeac7384d981ad614865ba32c269b1915b9e79;p=binutils-gdb.git * configure.in (SHARED_DEPENDENCIES): Change non-cygwin dependency to be ../bfd/libbfd.la. * configure: Regenerate. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bc85528ba74..b69100a2c43 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2007-10-08 Nick Clifton + + * configure.in (SHARED_DEPENDENCIES): Change non-cygwin dependency + to be ../bfd/libbfd.la. + * configure: Regenerate. + 2007-10-05 H.J. Lu * i386-dis.c (dis386_twobyte): Add getsec. diff --git a/opcodes/configure b/opcodes/configure index 641986291a5..46d059deca5 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -11445,7 +11445,7 @@ if test "$enable_shared" = "yes"; then ;; *) SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so" - SHARED_DEPENDENCIES="`pwd`/../bfd/.libs/libbfd.la" + SHARED_DEPENDENCIES="../bfd/libbfd.la" ;; esac fi diff --git a/opcodes/configure.in b/opcodes/configure.in index 3ff2045f90f..460d95dea92 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -109,7 +109,7 @@ if test "$enable_shared" = "yes"; then ;; *) SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so" - SHARED_DEPENDENCIES="`pwd`/../bfd/.libs/libbfd.la" + SHARED_DEPENDENCIES="../bfd/libbfd.la" ;; esac fi