aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-01 16:56:06 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-01 16:56:06 +0000
commitf7ed13c7d50d5eb44360d2dd991e78c574460064 (patch)
tree687fb4d06db813458d01e3c1726fe4c5af4f507f /opcodes/Makefile.in
parentd1c89c281780bf3f8a3c584e5b44926ff347a442 (diff)
downloadgdb-f7ed13c7d50d5eb44360d2dd991e78c574460064.zip
gdb-f7ed13c7d50d5eb44360d2dd991e78c574460064.tar.gz
gdb-f7ed13c7d50d5eb44360d2dd991e78c574460064.tar.bz2
merge binutils and gdb sparc disassemblers
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r--opcodes/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 47dbd2e..d45468f 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -61,8 +61,10 @@ DEP = mkdep
TARGETLIB = libopcodes.a
-
-DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o dis-buf.o
+# To circumvent a Sun make VPATH bug, each file listed here
+# should also have a foo.o: foo.c line further along in this file.
+DIS_LIBS = i386-dis.o z8k-dis.o m68k-dis.o mips-dis.o h8500-dis.o dis-buf.o \
+ sparc-dis.o
OFILES = $(DIS_LIBS) sparc-opc.o m68881-ext.o
#### host and target dependent Makefile fragments come in here.
@@ -114,6 +116,7 @@ $(TARGETLIB): $(OFILES)
sparc-opc.o: sparc-opc.c
m68881-ext.o: m68881-ext.c
h8500-dis.o: h8500-dis.c
+sparc-dis.o: sparc-dis.c
tags etags: TAGS