Makefile.am: Set AM_YFLAGS and AM_LFLAGS, not YFLAGS or LFLAGS.
YFLAGS and LFLAGS are reserved for the user to set, not for makefiles to set: https://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html fix https://github.com/heimdal/heimdal/issues/1171
This commit is contained in:

committed by
Nico Williams

parent
ca0e53b64f
commit
8ac4266021
@@ -8,8 +8,8 @@ endif
|
||||
|
||||
AM_CPPFLAGS += $(ROKEN_RENAME)
|
||||
|
||||
YFLAGS = -d -o slc-gram.c
|
||||
LFLAGS = @FLEXNOUNPUTARGS@
|
||||
AM_YFLAGS = -d -o slc-gram.c
|
||||
AM_LFLAGS = @FLEXNOUNPUTARGS@
|
||||
|
||||
include_HEADERS = sl.h
|
||||
|
||||
|
Reference in New Issue
Block a user