# HG changeset patch # User Jon Chatten # Date 1265292595 0 # Node ID c037b5dccbab4c3b2c5698537a1bd2e6851aaa3b # Parent 25b4c60594cd9b4d7f3a41050e082c21e9c4cdbd Ensure that a .DEFAULT target isn't used when --no-depend-include is in play. diff -r 25b4c60594cd -r c037b5dccbab sbsv2/raptor/python/raptor_make.py --- 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: