Ensure that a .DEFAULT target isn't used when --no-depend-include is in play.
--- a/sbsv2/raptor/python/raptor_make.py Wed Feb 03 15:59:39 2010 +0000
+++ b/sbsv2/raptor/python/raptor_make.py Thu Feb 04 14:09:55 2010 +0000
@@ -176,9 +176,9 @@
talon_settings,
self.raptor.systemFLM.Append('globals.mk') )
- # Unless dependency generated has been disabled via the CLI, use a .DEFAULT target to
+ # Unless dependency processing has been eschewed via the CLI, use a .DEFAULT target to
# trap missing dependencies (ignoring user config files that we know are usually absent)
- if not Raptor.noDependGenerate:
+ if not Raptor.noDependGenerate and not Raptor.noDependInclude:
self.makefile_prologue += """
$(FLMHOME)/user/final.mk:
$(FLMHOME)/user/default.flm: