From b554a4597f84e2901178dcb8db92aeec030f4dea Mon Sep 17 00:00:00 2001 From: hjl Date: Wed, 1 Mar 2006 17:39:35 +0000 Subject: 2006-03-01 H.J. Lu PR libgcj/17311 * ltmain.sh: Don't use "$finalize_rpath" for compile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111607 138bc75d-0d04-0410-961f-82ee72b054a4 --- ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltmain.sh') diff --git a/ltmain.sh b/ltmain.sh index 474423aaf10..219823fc45d 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -3674,7 +3674,7 @@ EOF # Now hardcode the library paths rpath= hardcode_libdirs= - for libdir in $compile_rpath $finalize_rpath; do + for libdir in $compile_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then -- cgit v1.2.1