From 2e4ef5af99b7285a902c21dbde130874a0d34888 Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Fri, 11 Oct 1996 16:50:56 +0000
Subject: Don't step on the Makefile!

svn path=/trunk/; revision=313
---
 Makefile.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 81975167..4b4a8ab7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -88,13 +88,12 @@ srcs = $(srcdir)/socket.c $(srcdir)/getpass.c $(srcdir)/pop2.c 		\
 
 all: fetchmail fetchmail.spec
 
-check: # No tests.
 depend:
 	test -f config.h || touch config.h
 	test -f rcfile_y.h || touch rcfile_y.h
-	makedepend -fMakefile.in *.c
+	makedepend -fMakefile *.c
 
-# Some makes apparently use .PHONY as the default goal is it is before `all'.
+# Some makes apparently use .PHONY as the default goal if it is before `all'.
 .PHONY: all check
 
 $(popobjs): fetchmail.h
-- 
cgit v1.2.3