aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-01 18:56:02 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-01 18:56:02 +0000
commite08c332141447411e93fc059a64b2ec33f7950fd (patch)
tree7228d282ea5eae09ade8a32994152e36850ab81f /opcodes
parent43ba04b151df12955e2e70230c5c54bed6dc582e (diff)
downloadfsf-binutils-gdb-e08c332141447411e93fc059a64b2ec33f7950fd.zip
fsf-binutils-gdb-e08c332141447411e93fc059a64b2ec33f7950fd.tar.gz
fsf-binutils-gdb-e08c332141447411e93fc059a64b2ec33f7950fd.tar.bz2
Make circumvention of sun make VPATH bug include all relevant files
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index d45468f..1ab55e9 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -113,10 +113,15 @@ $(TARGETLIB): $(OFILES)
$(RANLIB) $(TARGETLIB)
# Circumvent Sun Make bug with VPATH.
-sparc-opc.o: sparc-opc.c
-m68881-ext.o: m68881-ext.c
+dis-buf.o: dis-buf.c
h8500-dis.o: h8500-dis.c
+i386-dis.o: i386-dis.c
+m68881-ext.o: m68881-ext.c
+m68k-dis.o: m68k-dis.c
+mips-dis.o: mips-dis.c
sparc-dis.o: sparc-dis.c
+sparc-opc.o: sparc-opc.c
+z8k-dis.o: z8k-dis.c
tags etags: TAGS