]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Link with libintl, needed by libopcodes.
authorAndrew Cagney <cagney@redhat.com>
Wed, 14 Mar 2001 21:51:31 +0000 (21:51 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 14 Mar 2001 21:51:31 +0000 (21:51 +0000)
sim/v850/ChangeLog
sim/v850/Makefile.in

index 012325298f3fd38882235fde511e89324d88a698..6ac403dd05db938a20bf57f88ea3472fcb0f4727 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-14  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (gencode): Link with libintl.
+
 2001-01-31  Jonathan Larmour  <jlarmour@redhat.com>
 
        * Makefile.in (gencode): Link with libopcodes in build tree rather
index 7910aab111014c1b56eed9cd09b2b88c7fa414db..04f02d93a0c210bfa7ce249491e31dbdc1ed556b 100644 (file)
@@ -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