mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
(AM_CFLAGS): Renamed from CFLAGS.
(AM_YFLAGS): Renamed from YFLAGS.
This commit is contained in:
@@ -21,8 +21,8 @@ DEFS = @DEFS@ \
|
|||||||
-DPKGDATADIR=\"$(pkgdatadir)\" \
|
-DPKGDATADIR=\"$(pkgdatadir)\" \
|
||||||
-DLOCALEDIR=\"$(datadir)/locale\"
|
-DLOCALEDIR=\"$(datadir)/locale\"
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) $(WERROR_CFLAGS)
|
AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
|
||||||
YFLAGS = "-dv"
|
AM_YFLAGS = "-dv"
|
||||||
|
|
||||||
# config.h is in build/.
|
# config.h is in build/.
|
||||||
INCLUDES = -I$(top_builddir) \
|
INCLUDES = -I$(top_builddir) \
|
||||||
|
|||||||
Reference in New Issue
Block a user