ltconfig: chmod 644 before ranlib during install.
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. From-SVN: r115183
This commit is contained in:
parent
1855915abe
commit
706601d965
8 changed files with 24 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-07-04 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* ltconfig: chmod 644 before ranlib during install.
|
||||
|
||||
2006-05-15 Mark Wielaard <mark@klomp.org>
|
||||
|
||||
* configure.ac (VERSION): Set to 0.91.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue