diff options
-rw-r--r-- | libjava/classpath/ChangeLog.gcj | 5 | ||||
-rwxr-xr-x | libjava/classpath/ltconfig | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj index 1ab4b0f7e84..62b20718204 100644 --- a/libjava/classpath/ChangeLog.gcj +++ b/libjava/classpath/ChangeLog.gcj @@ -1,3 +1,8 @@ +2006-08-07 Tom Tromey <tromey@redhat.com> + + PR libgcj/28609: + * ltconfig: Copied from gcc. + 2006-07-20 Keith Seitz <keiths@redhat.com> * include/jvmti.h: Include copy from upstream before next merge. diff --git a/libjava/classpath/ltconfig b/libjava/classpath/ltconfig index 852476b1d2c..839b980fdb2 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="\$old_postinstall_cmds~$RANLIB \$oldlib" + old_postinstall_cmds="~$old_postinstall_cmds~\$RANLIB \$oldlib" fi # Source the script associated with the $tagname tag configuration. |