diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2006-07-04 20:31:03 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2006-07-04 20:31:03 +0000 |
commit | 6816f9950e15fb2f984cc8fcb3da0d5709574082 (patch) | |
tree | ccb3c176cd7051954fd5f08eb9343a7c2143f6bc /ltconfig | |
parent | 5f0fe04bc550ba0121080e184be759896741ac4c (diff) | |
download | binutils-6816f9950e15fb2f984cc8fcb3da0d5709574082.tar.gz binutils-6816f9950e15fb2f984cc8fcb3da0d5709574082.tar.bz2 binutils-6816f9950e15fb2f984cc8fcb3da0d5709574082.zip |
ChangeLog:
* ltconfig: chmod 644 before ranlib during install.
libiberty/ChangeLog:
* Makefile.in: chmod 644 before ranlib during install.
Diffstat (limited to 'ltconfig')
-rwxr-xr-x | ltconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |