aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-11 16:50:56 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-11 16:50:56 +0000
commit2e4ef5af99b7285a902c21dbde130874a0d34888 (patch)
tree72dea3b1ef74b4bbfcef87f472d89c2d64588ed7
parentb397654336ee968830064075c626c90394c0d532 (diff)
downloadfetchmail-2e4ef5af99b7285a902c21dbde130874a0d34888.tar.gz
fetchmail-2e4ef5af99b7285a902c21dbde130874a0d34888.tar.bz2
fetchmail-2e4ef5af99b7285a902c21dbde130874a0d34888.zip
Don't step on the Makefile!
svn path=/trunk/; revision=313
-rw-r--r--Makefile.in5
1 files 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