aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-05 04:26:32 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-05 04:26:32 +0000
commit5358c65d297b4db355e10fece2ac942ac8c24b74 (patch)
treeae5d7d190fb0851a6f7250a08268c264aa59cafd /Makefile.in
parente77dd0ac4a805774f9bbc832879f3478ee5dc5de (diff)
downloadfetchmail-5358c65d297b4db355e10fece2ac942ac8c24b74.tar.gz
fetchmail-5358c65d297b4db355e10fece2ac942ac8c24b74.tar.bz2
fetchmail-5358c65d297b4db355e10fece2ac942ac8c24b74.zip
Avoid makedepend error messages.
svn path=/trunk/; revision=600
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 41e530c7..993337c1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -168,7 +168,7 @@ mostlyclean: clean
Makefile: config.status $(srcdir)/Makefile.in
$(SHELL) config.status
@echo "You can ignore any makedepend error messages"
- -makedepend -fMakefile *.c
+ -makedepend -I. -fMakefile *.c
config.h: stamp-config