summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs
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/slice2cs
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/slice2cs')
-rw-r--r--cpp/src/slice2cs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cs/Makefile b/cpp/src/slice2cs/Makefile
index ed26cb5615c..38ff24ad63f 100644
--- a/cpp/src/slice2cs/Makefile
+++ b/cpp/src/slice2cs/Makefile
@@ -16,7 +16,7 @@ TARGETS = $(NAME)
OBJS = Gen.o \
Main.o
-RPATH_DIR = @loader_path/../lib
+RPATH_DIR = $(LOADER_PATH)/../lib
include $(top_srcdir)/config/Make.rules