aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-14 19:10:14 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-14 19:10:14 +0000
commit6e5d497bfda191ecb53cb05cba282b3c70931f5b (patch)
tree2b55660a6006326a96b064adc2c376e5baaa384d /Makefile.in
parent109da226e1dd7364501ab057316f99c991480670 (diff)
downloadfetchmail-6e5d497bfda191ecb53cb05cba282b3c70931f5b.tar.gz
fetchmail-6e5d497bfda191ecb53cb05cba282b3c70931f5b.tar.bz2
fetchmail-6e5d497bfda191ecb53cb05cba282b3c70931f5b.zip
Avoid trying to strip twice.
svn path=/trunk/; revision=1336
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 ad6c1965..2818eb3d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -61,7 +61,7 @@ manext = 1
mandir = @mandir@/man$(manext)
# Program to install `make'.
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
# Program to install the man page.
INSTALL_DATA = @INSTALL_DATA@
# Generic install program.