diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-30 15:01:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-30 15:01:04 +0000 |
commit | 8a6f9f2bd1f2c2a11f28fcb7a5e0642687863e72 (patch) | |
tree | 3dc4eef85d413ddafccf26470ad11a0bef40bc38 /Makefile.in | |
parent | d8fbd8802153a1739ff0442d151deedd3b2670c9 (diff) | |
download | fetchmail-8a6f9f2bd1f2c2a11f28fcb7a5e0642687863e72.tar.gz fetchmail-8a6f9f2bd1f2c2a11f28fcb7a5e0642687863e72.tar.bz2 fetchmail-8a6f9f2bd1f2c2a11f28fcb7a5e0642687863e72.zip |
Fix fatal alloca bug.
svn path=/trunk/; revision=436
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 e63f53a4..b9ff7c45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,7 +62,7 @@ manext = 1 mandir = @mandir@/man$(manext) # Program to install `make'. -INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s # Program to install the man page. INSTALL_DATA = @INSTALL_DATA@ # Generic install program. |