diff options
author | Alan Modra <amodra@gmail.com> | 2009-03-18 11:47:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-03-18 11:47:18 +0000 |
commit | 3889c459bbe9826d419b59e6a0fa57aa078122ec (patch) | |
tree | d00d3af9675e7f7851fb9cd53846a9ce595df130 /opcodes/Makefile.am | |
parent | 8d25cc3de0a2ca236b8a4a676535d05d2084c149 (diff) | |
download | gdb-3889c459bbe9826d419b59e6a0fa57aa078122ec.zip gdb-3889c459bbe9826d419b59e6a0fa57aa078122ec.tar.gz gdb-3889c459bbe9826d419b59e6a0fa57aa078122ec.tar.bz2 |
bfd/
* vms-hdr.c: Don't include alloca.h.
opcodes/
* cgen-opc.c: Include alloca-conf.h rather than alloca.h.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index a7e9a04..f6b5750 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -715,9 +715,10 @@ cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \ cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \ $(INCDIR)/opcode/cgen-bitset.h -cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ - $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \ - $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h +cgen-opc.lo: cgen-opc.c $(INCDIR)/alloca-conf.h config.h \ + sysdep.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \ + $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \ + $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h cr16-dis.lo: cr16-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ $(INCDIR)/opcode/cr16.h $(INCDIR)/libiberty.h |