summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-07 20:37:50 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-07 20:37:50 +0000
commit2e77c4e0859bb35d29b4f7704d717a8446fc0088 (patch)
treee948c4b6e6c63305405c12f007edcc504d2e1737
parentfe09dab129415da5abf880c63478f725a3735fec (diff)
downloadgcc-2e77c4e0859bb35d29b4f7704d717a8446fc0088.tar.gz
PR libgcj/28609:
* ltconfig: Copied from gcc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116003 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libjava/classpath/ChangeLog.gcj5
-rwxr-xr-xlibjava/classpath/ltconfig2
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.