diff options
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 1 |
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")) |