From 11b1030f103f77b25c496b6c70b25b5edc47c0bc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 11 Jan 1997 20:37:49 +0000 Subject: Eliminate bug reported by Steven Trainoff svn path=/trunk/; revision=743 --- Makefile.in | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f57f98cc..b25fd272 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,7 +156,7 @@ clean: -rm -f fetchmail *.o core fetchmail.dvi \ rcfile_l.c rcfile_y.h rcfile_y.c \ fetchmail.tar fetchmail.tar.gz \ - linetext[12] + rfc822 distclean: clean -rm -f Makefile config.h @@ -221,11 +221,9 @@ fetchmail-$(VERS).tar: $(all) fetchmail-$(VERS).tar.gz: fetchmail-$(VERS).tar gzip -f fetchmail-$(VERS).tar -# Test for stdio line-buffering lossage on sockets -linetest1: socket.c - $(CC) -g -I. -DMAIN socket.c -o linetest1 # Use setlinebuf -linetest2: socket.c - $(CC) -g -I. -DMAIN -DUSE_STDIO socket.c -o linetest2 # Use setvnbuf +# Tester for address parsing +rfc822: rfc822.c + gcc -DTESTMAIN -g rfc822.c -o rfc822 # The automatically generated dependencies below may omit config.h # because it is included with ``#include '' rather than -- cgit v1.2.3