diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-03-05 13:17:20 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-03-05 13:17:20 +0000 |
commit | 13c8e624ea96be33f8ca3ed2f8ebf3eb7b9f8164 (patch) | |
tree | 61fb97c0ba85b81bf5482376d96a7c24ec42f34c /java/makebindist.py | |
parent | removing libpath option (diff) | |
download | ice-13c8e624ea96be33f8ca3ed2f8ebf3eb7b9f8164.tar.bz2 ice-13c8e624ea96be33f8ca3ed2f8ebf3eb7b9f8164.tar.xz ice-13c8e624ea96be33f8ca3ed2f8ebf3eb7b9f8164.zip |
use "hpux"
Diffstat (limited to 'java/makebindist.py')
-rwxr-xr-x | java/makebindist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/makebindist.py b/java/makebindist.py index 1ef8888096c..97ba07b1216 100755 --- a/java/makebindist.py +++ b/java/makebindist.py @@ -103,7 +103,7 @@ elif sys.platform.startswith("linux"): elif sys.platform.startswith("sunos"): platform = "solaris" elif sys.platform.startswith("hp"): - platform = "hp" + platform = "hpux" elif sys.platform.startswith("darwin"): platform = "macosx" else: |