diff options
author | H.J. Lu <hjl@lucon.org> | 2007-12-21 17:04:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2007-12-21 17:04:04 +0000 |
commit | 338eb4ba340d24b8398986fbb00df009b659fbc7 (patch) | |
tree | efe9dedc5e2817277121bcbcf3b8c37b05718a9f /opcodes/Makefile.am | |
parent | cf97bf96243e65d62bce9319da1aa9987916e8b8 (diff) | |
download | binutils-redhat-338eb4ba340d24b8398986fbb00df009b659fbc7.tar.gz |
2007-12-21 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (i386-gen.o): Also depend on
$(srcdir)/../include/opcode/i386.h.
* Makefile.in: Regenerated.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index c1defe03c4..8cd2be1fb7 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -575,7 +575,7 @@ stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc i386-gen: i386-gen.o $(LINK) i386-gen.o $(LIBIBERTY) -i386-gen.o: i386-gen.c i386-opc.h +i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h @echo $@ |