diff options
author | Peter O'Gorman <peter@pogma.com> | 2006-07-04 20:20:01 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2006-07-04 20:20:01 +0000 |
commit | 706601d965756f53d473d8b173c788cefc9b2917 (patch) | |
tree | 4d0dd4f07bf428b656a90ed18811c98f5f3d7ae1 /libjava/classpath | |
parent | 1855915abe6888b17861d36e8174bf954eb8ed86 (diff) | |
download | gcc-706601d965756f53d473d8b173c788cefc9b2917.zip gcc-706601d965756f53d473d8b173c788cefc9b2917.tar.gz gcc-706601d965756f53d473d8b173c788cefc9b2917.tar.bz2 |
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
Diffstat (limited to 'libjava/classpath')
-rw-r--r-- | libjava/classpath/ChangeLog | 4 | ||||
-rwxr-xr-x | libjava/classpath/ltconfig | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libjava/classpath/ChangeLog b/libjava/classpath/ChangeLog index e19fd8e..82e756b 100644 --- a/libjava/classpath/ChangeLog +++ b/libjava/classpath/ChangeLog @@ -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. diff --git a/libjava/classpath/ltconfig b/libjava/classpath/ltconfig index b00e0ef..852476b 100755 --- a/libjava/classpath/ltconfig +++ b/libjava/classpath/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. |