summaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-02-21 11:49:31 +0000
committerAlan Modra <amodra@gmail.com>2005-02-21 11:49:31 +0000
commitb16b813f9dd79282a8a4313f05c1b460c82c9403 (patch)
tree82f314183342be17563f057a983704ff566dd4ac /gas/Makefile.in
parent72f477446021f31afd930bb5366396b75c215fae (diff)
downloadbinutils-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.in5
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