forked from Imagelibrary/binutils-gdb
* configure.in (SHARED_DEPENDENCIES): Change non-cygwin dependency to be ../bfd/libbfd.la.
* configure: Regenerate.
This commit is contained in:
2
opcodes/configure
vendored
2
opcodes/configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user