diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-07 21:01:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-07 21:01:00 +0000 |
commit | b4aa23f24488d584963b30451fc68b02cdbdbb0d (patch) | |
tree | 33236f9ff78cc1189843d37404c054a647fcfcb4 /opcodes/configure.in | |
parent | 418d5b058a4ffbe5051e0e625a1ea420e8c57a1c (diff) | |
download | gdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.zip gdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.tar.gz gdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.tar.bz2 |
* configure.in: Substitute SHLIB_LIBS.
* configure: Rebuild.
* Makefile.in (SHLIB_LIBS): New variable.
($(SHLIB)): Use $(SHLIB_LIBS).
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in index d0949ba..4baa5de 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -97,6 +97,7 @@ AC_SUBST(PICFLAG) AC_SUBST(SHLIB) AC_SUBST(SHLIB_CC) AC_SUBST(SHLIB_CFLAGS) +AC_SUBST(SHLIB_LIBS) if test "${commonbfdlib}" = "true"; then COMMON_SHLIB=yes # Rebuild the shared library if libiberty or libbfd changes. |