summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2013-02-14 12:23:05 -0330
committerDwayne Boone <dwayne@zeroc.com>2013-02-14 12:23:05 -0330
commitddd4291c91bca799427f9a69e11215c942c38b58 (patch)
treecc17a8069b22f5350028e46e21e7380031c157bc /cpp
parentFixed ICE-5232 - Intermitent metrics test failures (diff)
downloadice-ddd4291c91bca799427f9a69e11215c942c38b58.tar.bz2
ice-ddd4291c91bca799427f9a69e11215c942c38b58.tar.xz
ice-ddd4291c91bca799427f9a69e11215c942c38b58.zip
ICE-5238 install does not work with MinGW
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules.MINGW2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules.MINGW b/cpp/config/Make.rules.MINGW
index 0dfc67b20e1..98eda98d35d 100644
--- a/cpp/config/Make.rules.MINGW
+++ b/cpp/config/Make.rules.MINGW
@@ -62,7 +62,7 @@ installlib = $(INSTALL) $(2)/$(3) $(1); \
chmod a+rx $(1)/$(3)
installprogram = $(INSTALL_PROGRAM) $(1) $(2); \
- chmod a+rx $(2)/$(notdir $(1).exe)
+ chmod a+rx $(2)/$(notdir $(1))
CPPFLAGS := -I$(THIRDPARTY_HOME)/include $(CPPFLAGS)
LDPLATFORMFLAGS := -L$(THIRDPARTY_HOME)/bin $(LDFLAGS)