summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-20 18:42:16 +0100
committerJose <jose@zeroc.com>2014-11-20 18:42:16 +0100
commitf3471e8d65bc2342cb13050faaf94784e6405413 (patch)
tree87b92fcf2cade1f0d3f81866651314925693e7ad /cpp/src/slice2cs
parentICE-5927 - Fixed IceJS browser Ice/timeout test failure on Chrome in (diff)
downloadice-f3471e8d65bc2342cb13050faaf94784e6405413.tar.bz2
ice-f3471e8d65bc2342cb13050faaf94784e6405413.tar.xz
ice-f3471e8d65bc2342cb13050faaf94784e6405413.zip
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 d0d6ce059fb..ed26cb5615c 100644
--- a/cpp/src/slice2cs/Makefile
+++ b/cpp/src/slice2cs/Makefile
@@ -24,7 +24,7 @@ CPPFLAGS := -I. $(CPPFLAGS)
$(NAME): $(OBJS)
rm -f $@
- $(CXX) $(LDFLAGS) -o $@ $(OBJS) $(SLICE_LIBS) $(MCPP_RPATH_LINK)
+ $(CXX) $(LDFLAGS) $(LDEXEFLAGS) -o $@ $(OBJS) $(SLICE_LIBS) $(MCPP_RPATH_LINK)
install:: all
$(call installprogram,$(NAME),$(DESTDIR)$(install_bindir))