* Makefile.am (bfin-lex.c): Update ylwrap invocation.
authorJie Zhang <jie.zhang@analog.com>
Tue, 18 Oct 2005 16:10:59 +0000 (16:10 +0000)
committerJie Zhang <jie.zhang@analog.com>
Tue, 18 Oct 2005 16:10:59 +0000 (16:10 +0000)
* Makefile.in: Regenerated.

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in

index 2850a1aa1462945e8802f49c9f9331acccf057c5..cd260c30ff57b334e529e9bda3f8201d11b470bf 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-18  Jie Zhang  <jie.zhang@analog.com>
+
+       * Makefile.am (bfin-lex.c): Update ylwrap invocation.
+       * Makefile.in: Regenerated.
+
 2005-10-18  Arnold Metselaar  <arnold.metselaar@planet.nl>
 
        * doc/as.texinfo (.loc) Fix placement of '@end table'.
index fa9fd434dc5075e0d1d5c61d4c2269154aff5af9..457258358693683de9f117efb5184d4297a91f16 100644 (file)
@@ -613,7 +613,7 @@ bfin-defs.h: ; @true
 $(srcdir)/config/bfin-defs.h: ; @true
 
 bfin-lex.c: $(srcdir)/config/bfin-lex.l
-       $(SHELL) $(YLWRAP) "$(LEX)" <$(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c
+       $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
 bfin-lex.o: bfin-lex.c bfin-parse.tab.h $(srcdir)/config/bfin-defs.h
        $(COMPILE) -c $< $(NO_WERROR)
 
index 60e1a921e6ff22ea67944d1a636b0da3abccddc8..d563dd9197fccce27d7369aaafcc36b4befa3aa6 100644 (file)
@@ -3142,7 +3142,7 @@ bfin-defs.h: ; @true
 $(srcdir)/config/bfin-defs.h: ; @true
 
 bfin-lex.c: $(srcdir)/config/bfin-lex.l
-       $(SHELL) $(YLWRAP) "$(LEX)" <$(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c
+       $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
 bfin-lex.o: bfin-lex.c bfin-parse.tab.h $(srcdir)/config/bfin-defs.h
        $(COMPILE) -c $< $(NO_WERROR)