diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-07 20:37:50 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-08-07 20:37:50 +0000 |
| commit | 2e77c4e0859bb35d29b4f7704d717a8446fc0088 (patch) | |
| tree | e948c4b6e6c63305405c12f007edcc504d2e1737 /libjava/classpath/ltconfig | |
| parent | fe09dab129415da5abf880c63478f725a3735fec (diff) | |
| download | ppe42-gcc-2e77c4e0859bb35d29b4f7704d717a8446fc0088.tar.gz ppe42-gcc-2e77c4e0859bb35d29b4f7704d717a8446fc0088.zip | |
PR libgcj/28609:
* ltconfig: Copied from gcc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116003 138bc75d-0d04-0410-961f-82ee72b054a4
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 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. |

