summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefiles/Makefile.osf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.osf b/src/makefiles/Makefile.osf
index 912134ea9a5..ebd6c30149b 100644
--- a/src/makefiles/Makefile.osf
+++ b/src/makefiles/Makefile.osf
@@ -1,7 +1,7 @@
AROPT = crs
DLSUFFIX = .so
CFLAGS_SL =
-rpath = -Wl,-rpath -Wl,$(rpathdir)
+rpath = -rpath $(rpathdir)
%.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $<