aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-29 02:53:50 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-29 02:53:50 +0000
commitc0f2cf52b48135e088b1ae9b3cdd3148518c9ae1 (patch)
treee0b2593684067a21fdf78763d9046f79306b713d /Makefile.in
parent27b8761eb3c0c8c35b03a1cd9790fb2db2aa8669 (diff)
downloadfetchmail-c0f2cf52b48135e088b1ae9b3cdd3148518c9ae1.tar.gz
fetchmail-c0f2cf52b48135e088b1ae9b3cdd3148518c9ae1.tar.bz2
fetchmail-c0f2cf52b48135e088b1ae9b3cdd3148518c9ae1.zip
Try to fix the build code.
svn path=/trunk/; revision=1194
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 4312416c..b897c13b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -157,7 +157,7 @@ config.status: configure
$(srcdir)/configure
config.h: config.status config.h.in
- sh config.status
+ sh config.status; touch config.h
Makefile: config.status Makefile.in
sh config.status