aboutsummaryrefslogtreecommitdiff
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
commit18d59ab9dda96ae2c7c052466d20b1d3f6f61b10 (patch)
tree292648935c0f4a511ae66c9920769c35466eef6f /sim
parent391cb864cfe945be3f88dbfbd5cc252f13e96317 (diff)
downloadgdb-18d59ab9dda96ae2c7c052466d20b1d3f6f61b10.zip
gdb-18d59ab9dda96ae2c7c052466d20b1d3f6f61b10.tar.gz
gdb-18d59ab9dda96ae2c7c052466d20b1d3f6f61b10.tar.bz2
* 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 82281e3..cdd012a 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 3c61bd9..4b0f1f4 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)