diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-11-17 02:42:50 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-11-17 02:42:50 +0000 |
commit | d372f71f558d33d96c5fd9f8aaee3da7580be73e (patch) | |
tree | 8a3b52355c1e802da0e3b3b3c35422db93dbf3eb /py/makedist.py | |
parent | more fixes (diff) | |
download | ice-d372f71f558d33d96c5fd9f8aaee3da7580be73e.tar.bz2 ice-d372f71f558d33d96c5fd9f8aaee3da7580be73e.tar.xz ice-d372f71f558d33d96c5fd9f8aaee3da7580be73e.zip |
remove makebindist
Diffstat (limited to 'py/makedist.py')
-rwxr-xr-x | py/makedist.py | 1 |
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) |