diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-03-07 16:08:58 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-03-07 16:08:58 +0000 |
commit | 25f472745010f0c40e816a52ff2e156f145abc46 (patch) | |
tree | 27ee285e613a3126a5467507f3f6d0b51e782401 /cpp/newmakebindist.py | |
parent | Added a note for BDB shared libs. (diff) | |
download | ice-25f472745010f0c40e816a52ff2e156f145abc46.tar.bz2 ice-25f472745010f0c40e816a52ff2e156f145abc46.tar.xz ice-25f472745010f0c40e816a52ff2e156f145abc46.zip |
Oops, fix for previous fix
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index fd28792f271..fb5846a3f62 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)/bin/icepackadmin && echo 0),0) +ifneq ($(shell test -f $(ICE_DIR)/bin/icepackadmin && echo 0),0) $(error Ice distribution not found, please set ICE_HOME!) endif """ |