From f098021f7c4b021fde38bc91884e467ac9cde676 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Dec 1996 21:34:31 +0000 Subject: Get rid of some cruft. svn path=/trunk/; revision=689 --- Makefile.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fa8c1905..81b0d76c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -154,7 +154,6 @@ fetchmail.spec: $(srcdir)/Makefile.in $(srcdir)/specgen.sh clean: -rm -f fetchmail *.o core fetchmail.dvi \ rcfile_l.c rcfile_y.h rcfile_y.c fetchmail.tar fetchmail.tar.gz - -rm -f linetest[12] distclean: clean -rm -f Makefile config.h @@ -219,13 +218,6 @@ 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 -D__SETVBUF_WORKS_OK__=1 socket.c -o linetest2 # Use setvnbuf - - # The automatically generated dependencies below may omit config.h # because it is included with ``#include '' rather than # ``#include "config.h"''. So we add the explicit dependency to make sure. -- cgit v1.2.3