mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* Makefile.am (bfin-lex.c): Update ylwrap invocation.
* Makefile.in: Regenerated.
This commit is contained in:
parent
5e03663f3d
commit
1e0486eab8
@ -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'.
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user