scons: fix 'make clean' so it actually runs completely

This commit is contained in:
Dane Springmeyer 2014-07-24 19:06:26 -07:00
parent ae1c88fb13
commit 468bd150b7

View file

@ -493,9 +493,6 @@ HELP_REQUESTED = False
if ('-h' in command_line_args) or ('--help' in command_line_args):
HELP_REQUESTED = True
if ('install' not in command_line_args) and ('-c' in command_line_args) or ('--clean' in command_line_args):
HELP_REQUESTED = True
if 'configure' in command_line_args and not HELP_REQUESTED:
force_configure = True
elif HELP_REQUESTED: