summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/makedist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index a240451e0c4..9ac2ddf81b6 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -72,8 +72,8 @@ os.system("cvs -z5 -d cvs.mutablerealms.com:/home/cvsroot export " + tag + " ice
filesToRemove = [ \
"makedist.py", \
]
-#for x in filesToRemove:
-# os.remove(x)
+for x in filesToRemove:
+ os.remove(x)
#
# Generate bison files.