diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:06:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 09:06:23 +0000 |
commit | a23f057a0e05ff3cc779829a0c7e4aec2939f6c4 (patch) | |
tree | cec78b16dd56a391a1be1f384e0ead12a0981c97 /Makefile.in | |
parent | 346f865bc9d1a8492df260378c038f247e99d95a (diff) | |
download | fetchmail-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.in | 2 |
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: |