aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-02-13 18:13:58 +0000
committerIan Lance Taylor <ian@airs.com>1998-02-13 18:13:58 +0000
commit3a9946537687844599410507fb8609464dce0e9a (patch)
tree2cf287ad9722a31eaa9e13446e1af752edfb7077 /opcodes/Makefile.in
parent6e639e5d7b58ac672f4b41b5b83fdfe3ddceb000 (diff)
downloadgdb-3a9946537687844599410507fb8609464dce0e9a.zip
gdb-3a9946537687844599410507fb8609464dce0e9a.tar.gz
gdb-3a9946537687844599410507fb8609464dce0e9a.tar.bz2
* Makefile.am (libopcodes_la_LDFLAGS): Define.
* Makefile.in: Rebuild.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r--opcodes/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 6e55b1c..b552ba6 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -192,6 +192,7 @@ INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFI
libopcodes_la_SOURCES = dis-buf.c disassemble.c
libopcodes_la_DEPENDENCIES = $(OFILES)
libopcodes_la_LIBADD = $(OFILES)
+libopcodes_la_LDFLAGS = -release $(VERSION)
# libtool will build .libs/libopcodes.a. We create libopcodes.a in
# the build directory so that we don't have to convert all the
@@ -240,7 +241,6 @@ libopcodes_a_SOURCES = libopcodes.a.c
libopcodes_a_OBJECTS = libopcodes.a.o
LTLIBRARIES = $(lib_LTLIBRARIES)
-libopcodes_la_LDFLAGS =
libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)