summaryrefslogtreecommitdiff
path: root/py/makedist.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-11-17 02:42:50 +0000
committerMark Spruiell <mes@zeroc.com>2004-11-17 02:42:50 +0000
commitd372f71f558d33d96c5fd9f8aaee3da7580be73e (patch)
tree8a3b52355c1e802da0e3b3b3c35422db93dbf3eb /py/makedist.py
parentmore fixes (diff)
downloadice-d372f71f558d33d96c5fd9f8aaee3da7580be73e.tar.bz2
ice-d372f71f558d33d96c5fd9f8aaee3da7580be73e.tar.xz
ice-d372f71f558d33d96c5fd9f8aaee3da7580be73e.zip
remove makebindist
Diffstat (limited to 'py/makedist.py')
-rwxr-xr-xpy/makedist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/makedist.py b/py/makedist.py
index 22ca3902c98..8e6b704ecf7 100755
--- a/py/makedist.py
+++ b/py/makedist.py
@@ -106,6 +106,7 @@ for x in glob.glob(os.path.join("ice", "config", "Make.rules.*")):
print "Removing unnecessary files..."
filesToRemove = [ \
os.path.join("icepy", "makedist.py"), \
+ os.path.join("icepy", "makebindist.py"), \
]
for x in filesToRemove:
os.remove(x)