diff options
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r-- | sim/common/Make-common.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 245da2a..2258475 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -67,7 +67,6 @@ man1dir = $(mandir)/man1 infodir = @infodir@ includedir = @includedir@ -lt_cv_dlopen_libs = @lt_cv_dlopen_libs@ # This can be referenced by the gettext configuration code. top_builddir = .. @@ -242,10 +241,9 @@ BUILD_CFLAGS = $(CFLAGS_FOR_BUILD) $(CSEARCH) COMMON_DEP_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH) $(SIM_EXTRA_CFLAGS) -ZLIB = @zlibdir@ -lz +ZLIB = $(zlibdir) -lz LIBIBERTY_LIB = ../../libiberty/libiberty.a BFD_LIB = ../../bfd/libbfd.a -@PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@ OPCODES_LIB = ../../opcodes/libopcodes.a LIBINTL = @LIBINTL@ LIBINTL_DEP = @LIBINTL_DEP@ |