summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-03-07 15:07:39 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-03-07 15:07:39 +0000
commit7dabb00d6bd81682775b2d7d0ff36f3c4a687d1f (patch)
treed58df16f45e95c3e9bf4eef9c45eddac24274b69 /cpp/newmakebindist.py
parentImproved instructions (diff)
downloadice-7dabb00d6bd81682775b2d7d0ff36f3c4a687d1f.tar.bz2
ice-7dabb00d6bd81682775b2d7d0ff36f3c4a687d1f.tar.xz
ice-7dabb00d6bd81682775b2d7d0ff36f3c4a687d1f.zip
Check for bin/icecpp instead of include/Ice for ICE_HOME check
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index 3973f0d3e01..297ef4aa6bc 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -189,7 +189,7 @@ else
ICE_DIR = $(ICE_HOME)
endif
-ifneq ($(shell test -d $(ICE_DIR)/include/Ice && echo 0),0)
+ifneq ($(shell test -d $(ICE_DIR)/bin/icecpp && echo 0),0)
$(error Ice distribution not found, please set ICE_HOME!)
endif
"""