]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: init DependencyHeaderFileSet for each MakeFile class
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 18 Sep 2019 06:54:34 +0000 (14:54 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 24 Sep 2019 02:29:09 +0000 (10:29 +0800)
commit4747b92cab69a12595fefea943e09dbb4661fec8
tree551451dcb8a98933202c42c89468c8f063bc0321
parent670c903a68f214463f12c0c9619c162a0f342518
BaseTools: init DependencyHeaderFileSet for each MakeFile class

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2203

This patch is going to fix a regression issue that
build breaks when the custom makefile exist.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Steven Shi <steven.shi@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/GenMake.py