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.unixware8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware
index cf446e1c0c..3fa10f97d9 100644
--- a/src/makefiles/Makefile.unixware
+++ b/src/makefiles/Makefile.unixware
@@ -1,15 +1,15 @@
AROPT = crs
ifeq ($(with_gnu_ld), yes)
- export_dynamic = -Wl,-E
+ export_dynamic = -Wl,-E
else
- export_dynamic = -Wl,-Bexport
+ export_dynamic = -Wl,-Bexport
endif
ifeq ($(ld_R_works), yes)
ifeq ($(with_gnu_ld), yes)
- rpath = -Wl,-rpath,$(rpathdir)
+ rpath = -Wl,-rpath,'$(rpathdir)'
else
- rpath = -Wl,-R$(rpathdir)
+ rpath = -Wl,-R'$(rpathdir)'
endif
endif