summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.osf
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2005-12-09 21:19:36 +0000
committerPeter Eisentraut <peter_e@gmx.net>2005-12-09 21:19:36 +0000
commita29c04a541def774b10b8f119efe3724d92ee99a (patch)
tree28e96bef9320953bb4b1c0e72760718338fa7bcb /src/makefiles/Makefile.osf
parent3a20db975e73b507e8bf43fcbddd84d253ee78ef (diff)
downloadpostgresql-a29c04a541def774b10b8f119efe3724d92ee99a.tar.gz
Allow installation into directories containing spaces in the name.
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 ebd6c30149..957f27a54e 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 $@ $<