From 10b7bdb02a6e15fa86f681af3827632ba93d6558 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 7 Aug 2006 20:37:50 +0000 Subject: [PATCH] re PR libgcj/28609 (make install broken in current trunk (svn 115947)) PR libgcj/28609: * ltconfig: Copied from gcc. From-SVN: r116003 --- libjava/classpath/ChangeLog.gcj | 5 +++++ libjava/classpath/ltconfig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + PR libgcj/28609: + * ltconfig: Copied from gcc. + 2006-07-20 Keith Seitz * 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.