From: Will Estes Date: Thu, 26 Sep 2002 12:48:04 +0000 (+0000) Subject: use AM_YFLAGS since YFLAGS is a user variable X-Git-Tag: flex-2-5-23~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76aeaa1b96c4fb89a2bb7c7f5fbbf6917b547c3b;p=flex use AM_YFLAGS since YFLAGS is a user variable --- diff --git a/Makefile.am b/Makefile.am index 9ac24ff..0be229e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ # For MS-DOS, add "-DMS_DOS" to DEFS. See the directory MISC/MSDOS for # additional info. -YFLAGS = -d +AM_YFLAGS = -d ACLOCAL_AMFLAGS = -I m4 help2man = @HELP2MAN@ m4 = @M4@