summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.osf
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefiles/Makefile.osf')
-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 ebd6c30149b..957f27a54e8 100644
--- a/src/makefiles/Makefile.osf
+++ b/src/makefiles/Makefile.osf
@@ -1,7 +1,7 @@
AROPT = crs
DLSUFFIX = .so
CFLAGS_SL =
-rpath = -rpath $(rpathdir)
+rpath = -rpath '$(rpathdir)'
%.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $<