diff options
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 |