aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-29 15:10:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-29 15:10:22 +0000
commitd7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe (patch)
treedfae0c000c564f67697c89f5d253cdfbe01f773b /Makefile.in
parentb1ee6be33d46826e60353a368850cfe098e4826e (diff)
downloadfetchmail-d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe.tar.gz
fetchmail-d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe.tar.bz2
fetchmail-d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe.zip
Make newline escapes optional. JEEP_IS_DEFAULT is gone. Lots of
other man page improvements. svn path=/trunk/; revision=181
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index eb05ff2f..fcf017e7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -197,6 +197,10 @@ configure: configure.in
# Special dependencies, not easily handled without explicit rules
$(srcdir)/rcfile_l.c: $(srcdir)/rcfile_l.l
$(srcdir)/rcfile_y.c: $(srcdir)/rcfile_y.y
+ echo "expect \"conflicts: 5 shift/reduce\""
+ $(YACC) $(YACCFLAGS) $<
+ mv y.tab.c $@
+ mv -f y.tab.h $*.h
parser = $(srcdir)/rcfile_l.l $(srcdir)/rcfile_y.y
headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/smtp.h