summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-09-26 12:48:04 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-09-26 12:48:04 +0000
commit76aeaa1b96c4fb89a2bb7c7f5fbbf6917b547c3b (patch)
tree1dd629be3e5c55abeffe1414cf799e6372aad379 /Makefile.am
parente191ef2c8c0175d57b933cc502310a75a3c021d8 (diff)
use AM_YFLAGS since YFLAGS is a user variable
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@