summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-03-10 00:16:52 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-03-10 00:16:52 +0000
commit22f7bca20fd2fe6ff4ec9766402db21d545563e2 (patch)
tree8d8a8e0e1558a9daf09569a730f197ebd2ed0038 /cpp
parentmakedist now removes install directory (diff)
downloadice-22f7bca20fd2fe6ff4ec9766402db21d545563e2.tar.bz2
ice-22f7bca20fd2fe6ff4ec9766402db21d545563e2.tar.xz
ice-22f7bca20fd2fe6ff4ec9766402db21d545563e2.zip
Fix to get the demos to compile with the binary distribution
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules.Darwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.Darwin b/cpp/config/Make.rules.Darwin
index 51404807a78..7e7628722c3 100644
--- a/cpp/config/Make.rules.Darwin
+++ b/cpp/config/Make.rules.Darwin
@@ -26,7 +26,7 @@ endif
#
CXXLIBS =
-LDPLATFORMFLAGS = -Wl,-executable_path,$(top_srcdir)/bin
+LDPLATFORMFLAGS = -Wl,-executable_path,$(bindir)
shlibldflags = $(CXXFLAGS) -L$(libdir)