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