aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-30 15:01:04 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-30 15:01:04 +0000
commit8a6f9f2bd1f2c2a11f28fcb7a5e0642687863e72 (patch)
tree3dc4eef85d413ddafccf26470ad11a0bef40bc38 /Makefile.in
parentd8fbd8802153a1739ff0442d151deedd3b2670c9 (diff)
downloadfetchmail-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.in2
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.