diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-29 02:53:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-29 02:53:50 +0000 |
commit | c0f2cf52b48135e088b1ae9b3cdd3148518c9ae1 (patch) | |
tree | e0b2593684067a21fdf78763d9046f79306b713d /Makefile.in | |
parent | 27b8761eb3c0c8c35b03a1cd9790fb2db2aa8669 (diff) | |
download | fetchmail-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.in | 2 |
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 |