diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-21 11:49:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-21 11:49:31 +0000 |
commit | b16b813f9dd79282a8a4313f05c1b460c82c9403 (patch) | |
tree | 82f314183342be17563f057a983704ff566dd4ac /gas/Makefile.in | |
parent | 72f477446021f31afd930bb5366396b75c215fae (diff) | |
download | binutils-gdb-b16b813f9dd79282a8a4313f05c1b460c82c9403.tar.gz |
* Makefile.am (HFILES): Add itbl-lex.h.
(itbl-lex.o, itbl-parse.o): Depend on itbl-lex.h
* Makefile.in: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 28c40384eda..85400c6ce64 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -448,6 +448,7 @@ HFILES = \ frags.h \ hash.h \ input-file.h \ + itbl-lex.h \ itbl-ops.h \ listing.h \ macro.h \ @@ -3063,9 +3064,9 @@ $(srcdir)/config/m68k-parse.h: ; @true # The instruction table specification lexical analyzer and parser. itbl-lex.c: $(srcdir)/itbl-lex.l -itbl-lex.o: itbl-lex.c itbl-parse.h +itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h -itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h +itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h |