aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-14 21:51:31 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-14 21:51:31 +0000
commit1e6cd1593b6fbd88fd9c145acce6c6a36fbaa640 (patch)
treeab711d591fb5add3cc193f0ae917c8bd2826ac58 /sim/v850/Makefile.in
parent5df9ca2b80ad1703d0d98f43c61d603f2efc3dad (diff)
downloadgdb-1e6cd1593b6fbd88fd9c145acce6c6a36fbaa640.zip
gdb-1e6cd1593b6fbd88fd9c145acce6c6a36fbaa640.tar.gz
gdb-1e6cd1593b6fbd88fd9c145acce6c6a36fbaa640.tar.bz2
Link with libintl, needed by libopcodes.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r--sim/v850/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 7910aab..04f02d9 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -56,8 +56,8 @@ tmp-gencode: gencode
touch tmp-gencode
gencode.o: gencode.c
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
-gencode: gencode.o ../../opcodes/libopcodes.a
- $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a
+gencode: gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a
+ $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a