@@ -1244,7 +1244,7 @@ def __init__(self, ModuleAutoGen):
12441244 BuildFile .__init__ (self , ModuleAutoGen )
12451245 self .PlatformInfo = self ._AutoGenObject .PlatformInfo
12461246 self .IntermediateDirectoryList = ["$(DEBUG_DIR)" , "$(OUTPUT_DIR)" ]
1247- self .DependencyHeaderFileSet = set ()
1247+ self .DependencyHeaderFileSet = set ()
12481248
12491249 # Compose a dict object containing information used to do replacement in template
12501250 @property
@@ -1435,7 +1435,7 @@ def __init__(self, PlatformAutoGen):
14351435 self .ModuleBuildDirectoryList = []
14361436 self .LibraryBuildDirectoryList = []
14371437 self .LibraryMakeCommandList = []
1438- self .DependencyHeaderFileSet = set ()
1438+ self .DependencyHeaderFileSet = set ()
14391439
14401440 # Compose a dict object containing information used to do replacement in template
14411441 @property
@@ -1541,7 +1541,7 @@ class TopLevelMakefile(BuildFile):
15411541 def __init__ (self , Workspace ):
15421542 BuildFile .__init__ (self , Workspace )
15431543 self .IntermediateDirectoryList = []
1544- self .DependencyHeaderFileSet = set ()
1544+ self .DependencyHeaderFileSet = set ()
15451545
15461546 # Compose a dict object containing information used to do replacement in template
15471547 @property
0 commit comments