diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-07 14:32:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-07 14:32:43 +0000 |
commit | 9ff30b595fcce9126cb44c155449aa218fdcefc7 (patch) | |
tree | a3a27e8d55e6219f161aaf2d272d5fb43b9e99e4 /Makefile.in | |
parent | 3a86e7e6d5137d352ea61ce10c799632d21ab7d2 (diff) | |
download | fetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.tar.gz fetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.tar.bz2 fetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.zip |
Ready for the UIDL patch.
svn path=/trunk/; revision=918
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 018b701d..c17b4415 100644 --- a/Makefile.in +++ b/Makefile.in @@ -179,7 +179,7 @@ stamp-config: config.status $(srcdir)/config.h.in configure: configure.in autoconf $(ACFLAGS) -config.h.in: acconfig.h +config.h.in: acconfig.h configure.in autoheader $(ACFLAGS) # This tells versions [3.59,3.63) of GNU make not to export all variables. |