From d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 29 Sep 1996 15:10:22 +0000 Subject: Make newline escapes optional. JEEP_IS_DEFAULT is gone. Lots of other man page improvements. svn path=/trunk/; revision=181 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3