diff options
| author | Peter Eisentraut | 2005-12-09 21:19:36 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2005-12-09 21:19:36 +0000 |
| commit | a29c04a541def774b10b8f119efe3724d92ee99a (patch) | |
| tree | 28e96bef9320953bb4b1c0e72760718338fa7bcb /src/makefiles/Makefile.openbsd | |
| parent | 3a20db975e73b507e8bf43fcbddd84d253ee78ef (diff) | |
Allow installation into directories containing spaces in the name.
Diffstat (limited to 'src/makefiles/Makefile.openbsd')
| -rw-r--r-- | src/makefiles/Makefile.openbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.openbsd b/src/makefiles/Makefile.openbsd index 3308834c053..a86c6e1619e 100644 --- a/src/makefiles/Makefile.openbsd +++ b/src/makefiles/Makefile.openbsd @@ -2,7 +2,7 @@ AROPT = cr ifdef ELF_SYSTEM export_dynamic = -Wl,-E -rpath = -Wl,-R$(rpathdir) +rpath = -Wl,-R'$(rpathdir)' endif DLSUFFIX = .so |
