aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-03-13 09:06:23 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-03-13 09:06:23 +0000
commita23f057a0e05ff3cc779829a0c7e4aec2939f6c4 (patch)
treecec78b16dd56a391a1be1f384e0ead12a0981c97 /Makefile.in
parent346f865bc9d1a8492df260378c038f247e99d95a (diff)
downloadfetchmail-a23f057a0e05ff3cc779829a0c7e4aec2939f6c4.tar.gz
fetchmail-a23f057a0e05ff3cc779829a0c7e4aec2939f6c4.tar.bz2
fetchmail-a23f057a0e05ff3cc779829a0c7e4aec2939f6c4.zip
Avoid too many autoheader runs.
svn path=/trunk/; revision=928
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 ee88a3bd..46c55d61 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -180,7 +180,7 @@ configure: configure.in
autoconf $(ACFLAGS)
config.h.in: acconfig.h configure.in
- autoheader $(ACFLAGS)
+ autoheader $(ACFLAGS); touch config.h.in
# This tells versions [3.59,3.63) of GNU make not to export all variables.
.NOEXPORT: