aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
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.in
parent3511b5956dda37c80e538c1790821985c9da2252 (diff)
downloadfsf-binutils-gdb-19f33eeef57e948407fbfa70286483562d5af5be.zip
fsf-binutils-gdb-19f33eeef57e948407fbfa70286483562d5af5be.tar.gz
fsf-binutils-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.in')
-rw-r--r--opcodes/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index ad025ca..e578ed8 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -419,7 +419,7 @@ acinclude.m4 aclocal.m4 config.in configure configure.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = gtar
+TAR = tar
GZIP_ENV = --best
SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS)
@@ -867,6 +867,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.
@@ -1128,7 +1131,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 \