mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* Makefile.am (bfin-lex.c): Update ylwrap invocation.
* Makefile.in: Regenerated.
This commit is contained in:
@ -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>
|
2005-10-18 Arnold Metselaar <arnold.metselaar@planet.nl>
|
||||||
|
|
||||||
* doc/as.texinfo (.loc) Fix placement of '@end table'.
|
* doc/as.texinfo (.loc) Fix placement of '@end table'.
|
||||||
|
@ -613,7 +613,7 @@ bfin-defs.h: ; @true
|
|||||||
$(srcdir)/config/bfin-defs.h: ; @true
|
$(srcdir)/config/bfin-defs.h: ; @true
|
||||||
|
|
||||||
bfin-lex.c: $(srcdir)/config/bfin-lex.l
|
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
|
bfin-lex.o: bfin-lex.c bfin-parse.tab.h $(srcdir)/config/bfin-defs.h
|
||||||
$(COMPILE) -c $< $(NO_WERROR)
|
$(COMPILE) -c $< $(NO_WERROR)
|
||||||
|
|
||||||
|
@ -3142,7 +3142,7 @@ bfin-defs.h: ; @true
|
|||||||
$(srcdir)/config/bfin-defs.h: ; @true
|
$(srcdir)/config/bfin-defs.h: ; @true
|
||||||
|
|
||||||
bfin-lex.c: $(srcdir)/config/bfin-lex.l
|
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
|
bfin-lex.o: bfin-lex.c bfin-parse.tab.h $(srcdir)/config/bfin-defs.h
|
||||||
$(COMPILE) -c $< $(NO_WERROR)
|
$(COMPILE) -c $< $(NO_WERROR)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user