summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.unixware
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefiles/Makefile.unixware')
-rw-r--r--src/makefiles/Makefile.unixware4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware
index 3372a8e5747..e8953756a67 100644
--- a/src/makefiles/Makefile.unixware
+++ b/src/makefiles/Makefile.unixware
@@ -7,9 +7,9 @@ endif
ifeq ($(ld_R_works), yes)
ifeq ($(with_gnu_ld), yes)
- rpath = -Wl,-rpath,$(libdir)
+ rpath = -Wl,-rpath,$(rpathdir)
else
- rpath = -Wl,-R$(libdir)
+ rpath = -Wl,-R$(rpathdir)
endif
endif
shlib_symbolic = -Wl,-Bsymbolic