aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1992-09-09 01:27:27 +0000
committerKen Raeburn <raeburn@cygnus>1992-09-09 01:27:27 +0000
commitdb4d20e5bf60373281ede8a6b282ab66cc531228 (patch)
tree7c1446bb42853a9bf0c2e8fa18ed00bb1ffbafb0 /gas/Makefile.in
parent493d3e7568f112eaa0a6e6dfe5c5873bf0c63228 (diff)
downloadgdb-db4d20e5bf60373281ede8a6b282ab66cc531228.zip
gdb-db4d20e5bf60373281ede8a6b282ab66cc531228.tar.gz
gdb-db4d20e5bf60373281ede8a6b282ab66cc531228.tar.bz2
include opcode library
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 479e170..affef2e 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -202,7 +202,7 @@ ALL_CFLAGS = $(INTERNAL_CFLAGS) $(CROSS) $(CFLAGS) $(HDEFINES) $(TDEFINES) -DTAR
# How to link with both our special library facilities
# and the system's installed libraries.
-LIBS = $(LOCAL_LOADLIBES) $(CLIB) ../libiberty/libiberty.a
+LIBS = ../opcodes/libopcodes.a $(LOCAL_LOADLIBES) $(CLIB) ../libiberty/libiberty.a
# Specify the directories to be searched for header files.
# Both . and srcdir are used, in that order,