mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* Makefile.am (YFLAGS): Define.
* Makefile.in: Regenerated.
This commit is contained in:
@ -12,6 +12,10 @@ tooldir = $(exec_prefix)/$(target_alias)
|
||||
YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
|
||||
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
|
||||
|
||||
# We have to set this, because autoconf 2.59 does not substitute YFLAGS.
|
||||
# Autoconf 2.61 does, so this can be removed when we upgrade.
|
||||
YFLAGS =
|
||||
|
||||
WARN_CFLAGS = @WARN_CFLAGS@
|
||||
NO_WERROR = @NO_WERROR@
|
||||
AM_CFLAGS = $(WARN_CFLAGS)
|
||||
|
Reference in New Issue
Block a user