summaryrefslogtreecommitdiff
path: root/cpp/src/slice2rb
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-21 00:25:58 +0100
committerJose <jose@zeroc.com>2014-11-21 00:25:58 +0100
commitd91c43b27167233345d78255908fec24fb1d71af (patch)
treebbe89eff20f712d7badbbc81b8339c66ccef911b /cpp/src/slice2rb
parentDistUtil typo (diff)
downloadice-d91c43b27167233345d78255908fec24fb1d71af.tar.bz2
ice-d91c43b27167233345d78255908fec24fb1d71af.tar.xz
ice-d91c43b27167233345d78255908fec24fb1d71af.zip
More updates for ICE-5931, ICE-5935
Diffstat (limited to 'cpp/src/slice2rb')
-rw-r--r--cpp/src/slice2rb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2rb/Makefile b/cpp/src/slice2rb/Makefile
index b8029ca3a86..37f39017927 100644
--- a/cpp/src/slice2rb/Makefile
+++ b/cpp/src/slice2rb/Makefile
@@ -15,7 +15,7 @@ TARGETS = $(NAME)
OBJS = Main.o
-RPATH_DIR = @loader_path/../lib
+RPATH_DIR = $(LOADER_PATH)/../lib
include $(top_srcdir)/config/Make.rules