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 $@ $<