aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-01 18:00:20 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-01 18:00:20 +0000
commita7599402b2e4d8c5cef1da9fe12159640fd15812 (patch)
treed4550fd34a742393bcc50425d8fca151d2d451af /Makefile.in
parent8dc48b649e2e0b8781a05d47a39c59713e5a1d33 (diff)
downloadfetchmail-a7599402b2e4d8c5cef1da9fe12159640fd15812.tar.gz
fetchmail-a7599402b2e4d8c5cef1da9fe12159640fd15812.tar.bz2
fetchmail-a7599402b2e4d8c5cef1da9fe12159640fd15812.zip
Fix a lexical-analyzer bug.
svn path=/trunk/; revision=23
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8e94625a..2581b953 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@ LDFLAGS = @LDFLAGS@
LEX = @LEX@
LEXFLAGS=
YACC = @YACC@
-YACCFLAGS=-d
+YACCFLAGS = -dt
# How to invoke ranlib. This is only used by the `glob' subdirectory.
RANLIB = @RANLIB@