summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/makedist.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py
index 178511317f7..6ba1a640118 100755
--- a/cpp/makedist.py
+++ b/cpp/makedist.py
@@ -226,11 +226,12 @@ filesToRemove = [ \
os.path.join("ice", "newmakebindist.py"), \
os.path.join("ice", "RPMTools.py"), \
os.path.join("ice", "fixCopyright.py"), \
+ os.path.join("ice", "certs", "makecerts"), \
]
filesToRemove.extend(find("ice", ".dummy"))
for x in filesToRemove:
os.remove(x)
-#editFile("ice/src/Makefile", "slice2cs")
+shutil.rmtree(os.path.join("ice", "certs", "openssl"))
#
# Generate bison files.