From b4aa23f24488d584963b30451fc68b02cdbdbb0d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 7 Apr 1997 21:01:00 +0000 Subject: * configure.in: Substitute SHLIB_LIBS. * configure: Rebuild. * Makefile.in (SHLIB_LIBS): New variable. ($(SHLIB)): Use $(SHLIB_LIBS). --- opcodes/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'opcodes/configure.in') 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. -- cgit v1.1