projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e15435
)
Oops, fix unintended commit.
author
Bruno Haible
<bruno@clisp.org>
Sat, 17 Jan 2009 08:30:17 +0000
(09:30 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 17 Jan 2009 08:30:17 +0000
(09:30 +0100)
build-aux/install-reloc
patch
|
blob
|
history
diff --git
a/build-aux/install-reloc
b/build-aux/install-reloc
index 190dd6424549c64d4e034fbb6381311d41999eb0..81aff878ca746aad108c0868be828c1ccd11f30e 100755
(executable)
--- a/
build-aux/install-reloc
+++ b/
build-aux/install-reloc
@@
-173,9
+173,6
@@
test $rc = 0 || exit $?
rm -rf "$destprog.wrapper$exeext.dSYM"
test $rc = 0 || exit $?
-# Strip wrapper.
-test "$strip_prog" = ':' || func_verbose "$strip_prog" "$destprog.wrapper$exeext" || exit $?
-
# Rename $destprog.wrapper -> $destprog -> $destprog.bin.
ln -f "$destprog$exeext" "$destprog.bin$exeext" \
|| { rm -f "$destprog.bin$exeext" \