sbsv2/raptor/python/raptor_make.py
branchfix
changeset 220 f7d68ecb923e
parent 219 c3543adfd26e
child 224 c037b5dccbab
--- a/sbsv2/raptor/python/raptor_make.py	Fri Jan 29 17:40:04 2010 +0000
+++ b/sbsv2/raptor/python/raptor_make.py	Mon Feb 01 15:30:46 2010 +0000
@@ -438,9 +438,13 @@
 						command += "  " + o
 
 			# Switch off dependency file including?
-			if self.raptor.noDependInclude:
+			if self.raptor.noDependInclude or self.raptor.noDependGenerate:
 				command += " NO_DEPEND_INCLUDE=1"
 			
+			# Switch off dependency file generation (and, implicitly, inclusion)?
+			if self.raptor.noDependGenerate:
+				command += " NO_DEPEND_GENERATE=1"
+			
 			if self.usetalon:
 				# use the descrambler if we set it up
 				command += ' TALON_DESCRAMBLE='