Oops, fix unintended commit.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Jan 2009 08:30:17 +0000 (09:30 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Jan 2009 08:30:17 +0000 (09:30 +0100)
build-aux/install-reloc

index 190dd64..81aff87 100755 (executable)
@@ -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" \