summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-05-24 14:21:19 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-05-24 14:21:19 +0000
commitdbc47a96653fdb8df42481a94a63deac1d60c491 (patch)
treeff6dc94c446f0e67f173854d6a6dd9ddb7522936 /sim
parenteb7ca459a484c94a9be2b2bd5dacb77bd79a46c6 (diff)
downloadgdb-dbc47a96653fdb8df42481a94a63deac1d60c491.tar.gz
* Make-common.in (LIBDEPS): Correctly use INTLDEPS for dependency
check.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog5
-rw-r--r--sim/common/Make-common.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 82281e3185a..cdd012a56c0 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-24 Corinna Vinschen <vinschen@redhat.com>
+
+ * Make-common.in (LIBDEPS): Correctly use INTLDEPS for dependency
+ check.
+
2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
* Make-common.in (install-common, installdirs): Honor $DESTDIR.
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 3c61bd97be7..4b0f1f487f9 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -241,7 +241,7 @@ OPCODES_LIB = ../../opcodes/libopcodes.a
INTLLIBS = @INTLLIBS@
INTLDEPS = @INTLDEPS@
CONFIG_LIBS = @LIBS@
-LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(INTLLIBS) $(LIBIBERTY_LIB) \
+LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(INTLDEPS) $(LIBIBERTY_LIB) \
$(SIM_EXTRA_LIBDEPS)
EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(INTLLIBS) $(LIBIBERTY_LIB) \
$(CONFIG_LIBS) $(SIM_EXTRA_LIBS)