From: Tom Tromey Date: Sat, 13 Jan 2001 18:56:19 +0000 (+0000) Subject: 2001-01-13 Kevin Ryde X-Git-Tag: Release-1-4d~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f15fa67ff2df0c7c147b7f61062fe6594d75be99;p=thirdparty%2Fautomake.git 2001-01-13 Kevin Ryde * automake.in (handle_ltlibraries): Omit -rpath from check_LTLIBRARIES, as per noinst_LTLIBRARIES. --- diff --git a/ChangeLog b/ChangeLog index 60cb4dea3..df3147d47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-13 Kevin Ryde + + * automake.in (handle_ltlibraries): Omit -rpath from + check_LTLIBRARIES, as per noinst_LTLIBRARIES. + 2001-01-11 Tom Tromey * depcomp (case gcc3): Use -MD, not -M. diff --git a/automake.in b/automake.in index 533418cc6..5e8ee8d14 100755 --- a/automake.in +++ b/automake.in @@ -2049,7 +2049,9 @@ sub handle_ltlibraries } local ($rpath); - if ($instdirs{$onelib} eq 'EXTRA' || $instdirs{$onelib} eq 'noinst') + if ($instdirs{$onelib} eq 'EXTRA' + || $instdirs{$onelib} eq 'noinst' + || $instdirs{$onelib} eq 'check') { # It's an EXTRA_ library, so we can't specify -rpath, # because we don't know where the library will end up.