scons: fix ability to call 'install -c' and 'uninstall', broken since r2568

This commit is contained in:
Dane Springmeyer 2011-03-01 16:36:45 +00:00
parent 429eed5090
commit faf3512f8f

View file

@ -1353,7 +1353,7 @@ Help(opts.GenerateHelpText(env))
#env.Prepend(LIBPATH = '/usr/local/lib')
#### Builds ####
if not HELP_REQUESTED and '-c' not in command_line_args:
if not HELP_REQUESTED:
if 'uninstall' in COMMAND_LINE_TARGETS:
# dummy action in case there is nothing to uninstall, to avoid phony error..