diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-04-09 16:01:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-04-09 16:01:26 +0000 |
commit | 3d9a5986621b76bcf68c4d2ff7bc975e010b6866 (patch) | |
tree | 340c37da48675bab872f0587f32e6ff54f9ea6b7 /bfd/configure.host | |
parent | f1b45745b47b5f4886442fe16f09bda1c2ec4965 (diff) | |
download | gdb-3d9a5986621b76bcf68c4d2ff7bc975e010b6866.zip gdb-3d9a5986621b76bcf68c4d2ff7bc975e010b6866.tar.gz gdb-3d9a5986621b76bcf68c4d2ff7bc975e010b6866.tar.bz2 |
* configure.host: Switch on ${libdir}, not $(libdir). From
alan@spri.levels.unisa.edu.au (Alan Modra).
Diffstat (limited to 'bfd/configure.host')
-rw-r--r-- | bfd/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure.host b/bfd/configure.host index 73d69fd..ca1136c 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -91,7 +91,7 @@ if [ "${shared}" = "true" ]; then ;; *-*-linux*) SHLIB_CFLAGS='-shared -Wl,-soname,$(SONAME)' - case "$(libdir)" in + case "${libdir}" in /lib | /usr/lib) ;; *) HLDFLAGS='-Wl,-rpath,$(libdir)' ;; esac |