diff options
author | Tom Tromey <tromey@redhat.com> | 2006-08-07 20:37:50 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-08-07 20:37:50 +0000 |
commit | 10b7bdb02a6e15fa86f681af3827632ba93d6558 (patch) | |
tree | e948c4b6e6c63305405c12f007edcc504d2e1737 /libjava/classpath/ltconfig | |
parent | ded9dbb8948c50aec540d382846b8a554d31e007 (diff) | |
download | gcc-10b7bdb02a6e15fa86f681af3827632ba93d6558.zip gcc-10b7bdb02a6e15fa86f681af3827632ba93d6558.tar.gz gcc-10b7bdb02a6e15fa86f681af3827632ba93d6558.tar.bz2 |
re PR libgcj/28609 (make install broken in current trunk (svn 115947))
PR libgcj/28609:
* ltconfig: Copied from gcc.
From-SVN: r116003
Diffstat (limited to 'libjava/classpath/ltconfig')
-rwxr-xr-x | libjava/classpath/ltconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/ltconfig b/libjava/classpath/ltconfig index 852476b..839b980 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. |