Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2006-07-05 00:31:03 +0400
committerAlexandre Oliva <aoliva@redhat.com>2006-07-05 00:31:03 +0400
commite51ac1a2bfe63520561bebbe487c2d0c58419755 (patch)
tree5898ded9a81c9aeb110d75ccc4cb76696d6b54e1 /ltconfig
parentfa48cf53255f491f46b5e03663bf6ae72ee1f136 (diff)
ChangeLog:
* ltconfig: chmod 644 before ranlib during install. libiberty/ChangeLog: * Makefile.in: chmod 644 before ranlib during install.
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltconfig b/ltconfig
index 15f986c76..8570aa17b 100755
--- a/ltconfig
+++ b/ltconfig
@@ -625,7 +625,7 @@ old_postuninstall_cmds=
if test -n "$RANLIB"; then
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
+ old_postinstall_cmds="~$old_postinstall_cmds~\$RANLIB \$oldlib"
fi
# Source the script associated with the $tagname tag configuration.