diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 1bfb21c7..f087a5a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -197,10 +197,6 @@ 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 |