diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-05-22 19:18:16 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-05-22 19:18:16 +0000 |
commit | 9ccc8931b8133c9387a43cfc892f8bca82d74874 (patch) | |
tree | fe473c5a3bed1b1973992faf2d407496c92994c5 /opcodes/Makefile.am | |
parent | 9bc1edb84dd93b1de5e6045d71c04066ef7173d5 (diff) | |
download | gdb-9ccc8931b8133c9387a43cfc892f8bca82d74874.zip gdb-9ccc8931b8133c9387a43cfc892f8bca82d74874.tar.gz gdb-9ccc8931b8133c9387a43cfc892f8bca82d74874.tar.bz2 |
* Makefile.am (sh-dis.lo): Compile with @archdefs@.
* Makefile.in: regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 4ecdf95..1583109 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -632,6 +632,7 @@ 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 \ |