summaryrefslogtreecommitdiff
path: root/src/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefiles')
-rw-r--r--src/makefiles/Makefile.hpux4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux
index 4a1e551ec1..4c40710558 100644
--- a/src/makefiles/Makefile.hpux
+++ b/src/makefiles/Makefile.hpux
@@ -19,9 +19,9 @@ LIBS := -lxnet $(LIBS)
# Set up rpath so that the executables don't need SHLIB_PATH to be set.
# (Note: --disable-rpath is a really bad idea on this platform...)
ifeq ($(with_gnu_ld), yes)
- rpath = -Wl,-rpath,$(rpathdir)
+ rpath = -Wl,-rpath -Wl,$(rpathdir)
else
- rpath = -Wl,+b,$(rpathdir)
+ rpath = -Wl,+b -Wl,$(rpathdir)
endif
# catch null pointer dereferences