aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-05-25 12:55:19 +0000
committerAlan Modra <amodra@gmail.com>2002-05-25 12:55:19 +0000
commit19f33eeef57e948407fbfa70286483562d5af5be (patch)
treec38bb8e51774dfe7da0cacd97df9b25bd7f00fcd /opcodes/Makefile.am
parent3511b5956dda37c80e538c1790821985c9da2252 (diff)
downloadgdb-19f33eeef57e948407fbfa70286483562d5af5be.zip
gdb-19f33eeef57e948407fbfa70286483562d5af5be.tar.gz
gdb-19f33eeef57e948407fbfa70286483562d5af5be.tar.bz2
* Makefile.am (sh-dis.lo): Don't put make commands in deps.
* Makefile.in: Regenerate. * arc-dis.c: Use #include "" instead of <> for local header files. * m68k-dis.c: Likewise.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 1583109..a709193 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -371,6 +371,9 @@ s390-mkopc: s390-mkopc.c
s390-opc.tab: s390-mkopc s390-opc.txt
./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
+sh-dis.lo: sh-dis.c
+ $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
+
Makefile: $(BFDDIR)/configure.in
# This dependency stuff is copied from BFD.
@@ -632,7 +635,6 @@ s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
$(INCDIR)/opcode/s390.h
sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
- $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \