aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2005-10-18 16:10:59 +0000
committerJie Zhang <jie.zhang@analog.com>2005-10-18 16:10:59 +0000
commit1e0486eab843eadf7c9a52c78bfe0e6d2dbaebaf (patch)
treefed702a1cf8c6311d4f51c777bd2ecdb4d0f961f /gas/Makefile.am
parent5e03663f3dbec4330c0bee3f4b120f38e02eeb77 (diff)
downloadfsf-binutils-gdb-1e0486eab843eadf7c9a52c78bfe0e6d2dbaebaf.zip
fsf-binutils-gdb-1e0486eab843eadf7c9a52c78bfe0e6d2dbaebaf.tar.gz
fsf-binutils-gdb-1e0486eab843eadf7c9a52c78bfe0e6d2dbaebaf.tar.bz2
* Makefile.am (bfin-lex.c): Update ylwrap invocation.
* Makefile.in: Regenerated.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index fa9fd43..4572583 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -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)