summaryrefslogtreecommitdiff
path: root/build-aux/install-reloc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-01-17 09:30:17 +0100
committerBruno Haible <bruno@clisp.org>2009-01-17 09:30:17 +0100
commit165dbf16133deaaa2ce85a9284d49a14181e299a (patch)
tree8e3798195c6f053bdbb7b6f3058d1940683e8bfd /build-aux/install-reloc
parent1e15435909bc114220f48804c9e3852aa166f1da (diff)
downloadgnulib-165dbf16133deaaa2ce85a9284d49a14181e299a.tar.gz
Oops, fix unintended commit.
Diffstat (limited to 'build-aux/install-reloc')
-rwxr-xr-xbuild-aux/install-reloc3
1 files changed, 0 insertions, 3 deletions
diff --git a/build-aux/install-reloc b/build-aux/install-reloc
index 190dd64245..81aff878ca 100755
--- 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" \