summaryrefslogtreecommitdiff
path: root/cpp/newmakebindist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-xcpp/newmakebindist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py
index 864cce71329..e494cbbfebc 100755
--- a/cpp/newmakebindist.py
+++ b/cpp/newmakebindist.py
@@ -505,9 +505,9 @@ def main():
if build and not cvsMode:
collectSources = False
- if sources == None and clean:
+ if sources == None:
sources = buildDir + "/sources"
- collectSources = True
+ collectSources = clean
#
# Ice must be first or building the other source distributions will fail.