* Makefile.am (sh-dis.lo): Don't put make commands in deps.
authorAlan Modra <amodra@gmail.com>
Sat, 25 May 2002 12:55:19 +0000 (12:55 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 25 May 2002 12:55:19 +0000 (12:55 +0000)
* Makefile.in: Regenerate.
* arc-dis.c: Use #include "" instead of <> for local header files.
* m68k-dis.c: Likewise.

opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/arc-dis.c
opcodes/m68k-dis.c

index b4d94a7741b29acdad137a6843f9c4212aa0a326..5554b6dec426af243953825da6b0f878c6d0c17d 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-25  Alan Modra  <amodra@bigpond.net.au>
+
+       * 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.
+
 Wed May 22 20:11:51 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * Makefile.am (sh-dis.lo): Compile with @archdefs@.
index 1583109c74e7bca43886c85a1e9633517f0081cb..a709193a6a0262e812f1bcb1b12838c1ce47fd2e 100644 (file)
@@ -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 \
index ad025ca2ca415f38a76753f28f7afcc53483121d..e578ed80cdb761e440e7e003b9f82e5049940eed 100644 (file)
@@ -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 \
index d38e2fa81d251d6c718cd40f8aa7318d83375827..194a75ac9fe4952712ea25cc58e4aceea8b22da4 100644 (file)
@@ -1,5 +1,5 @@
 /* Instruction printing code for the ARC.
-   Copyright 1994, 1995, 1997, 1998, 2000, 2001
+   Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002
    Free Software Foundation, Inc.
    Contributed by Doug Evans (dje@cygnus.com).
 
@@ -17,8 +17,8 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include <ansidecl.h>
-#include <libiberty.h>
+#include "ansidecl.h"
+#include "libiberty.h"
 #include "dis-asm.h"
 #include "opcode/arc.h"
 #include "elf-bfd.h"
index 0e9afb02f9a20297dbc480b599f633976d2fed02..d575088e2a3e9337fc7bf8031b55733b3265c50a 100644 (file)
@@ -1,6 +1,6 @@
 /* Print Motorola 68k instructions.
    Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
-   1998, 1999, 2000, 2001
+   1998, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
 This file is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "sysdep.h"
 #include "dis-asm.h"
 #include "floatformat.h"
-#include <libiberty.h>
+#include "libiberty.h"
 #include "opintl.h"
 
 #include "opcode/m68k.h"
This page took 0.030719 seconds and 4 git commands to generate.