* Makefile.am (bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h to the prerequisite. * Makefile.in: Regenerate. Index: Makefile.am =================================================================== RCS file: /cvs/src/src/gas/Makefile.am,v retrieving revision 1.181 diff -u -r1.181 Makefile.am --- Makefile.am 26 Aug 2009 18:27:36 -0000 1.181 +++ Makefile.am 1 Sep 2009 09:39:07 -0000 @@ -611,7 +611,7 @@ bfin-lex.c: $(srcdir)/config/bfin-lex.l $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE) -bfin-lex.o: bfin-lex.c +bfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h if am__fastdepCC $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ bfin-lex.c $(NO_WERROR) mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po