summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index f9e3ca9800e..5fa758d3a53 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -223,6 +223,7 @@ print "Removing unnecessary files..."
filesToRemove = [ \
os.path.join("ice", "makedist.py"), \
os.path.join("ice", "makebindist.py"), \
+ os.path.join("ice", "newmakebindist.py"), \
os.path.join("ice", "fixCopyright.py"), \
]
filesToRemove.extend(find("ice", ".dummy"))