diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-24 21:34:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-24 21:34:31 +0000 |
commit | f098021f7c4b021fde38bc91884e467ac9cde676 (patch) | |
tree | 350bd7e0dedecc468f4ef5954d162db5497eb1a1 /Makefile.in | |
parent | 41dacc3d334ad2d42b3e98af39d894a8a98fa8bc (diff) | |
download | fetchmail-f098021f7c4b021fde38bc91884e467ac9cde676.tar.gz fetchmail-f098021f7c4b021fde38bc91884e467ac9cde676.tar.bz2 fetchmail-f098021f7c4b021fde38bc91884e467ac9cde676.zip |
Get rid of some cruft.
svn path=/trunk/; revision=689
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
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 <config.h>'' rather than # ``#include "config.h"''. So we add the explicit dependency to make sure. |