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 | e51ac1a2bfe63520561bebbe487c2d0c58419755 (patch) | |
tree | 5898ded9a81c9aeb110d75ccc4cb76696d6b54e1 | |
parent | fa48cf53255f491f46b5e03663bf6ae72ee1f136 (diff) | |
download | cygnal-e51ac1a2bfe63520561bebbe487c2d0c58419755.tar.gz cygnal-e51ac1a2bfe63520561bebbe487c2d0c58419755.tar.bz2 cygnal-e51ac1a2bfe63520561bebbe487c2d0c58419755.zip |
ChangeLog:
* ltconfig: chmod 644 before ranlib during install.
libiberty/ChangeLog:
* Makefile.in: chmod 644 before ranlib during install.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | ltconfig | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-07-04 Peter O'Gorman <peter@pogma.com> + + * ltconfig: chmod 644 before ranlib during install. + 2006-07-03 Paolo Bonzini <bonzini@gnu.org> * configure.in: Fix thinkos in previous check-in. @@ -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. |