summaryrefslogtreecommitdiff
path: root/ltconfig
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-04 20:20:01 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-04 20:20:01 +0000
commit46276eaf7f2f9828c238ed7bd49b02426a43b8e9 (patch)
tree4d0dd4f07bf428b656a90ed18811c98f5f3d7ae1 /ltconfig
parent35d9c496f5ed92600ed9985b2a2a45516a0a002d (diff)
downloadgcc-46276eaf7f2f9828c238ed7bd49b02426a43b8e9.tar.gz
ChangeLog:
* ltconfig: chmod 644 before ranlib during install. libiberty/ChangeLog: * Makefile.in: chmod 644 before ranlib during install. gcc/ChangeLog: * mklibgcc.in: chmod 644 before ranlib during install. libjava/classpath/ChangeLog: * ltconfig: chmod 644 before ranlib during install. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115183 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltconfig')
-rwxr-xr-xltconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltconfig b/ltconfig
index b00e0efc232..839b980fdb2 100755
--- a/ltconfig
+++ b/ltconfig
@@ -626,7 +626,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.