mirror of https://github.com/acidanthera/audk.git
b1c6e9f55e
When c/h file use macro after #include, for example,
In this case, GenMake is not able to create a healthy dependency for the c
file. GenMake used to add $(FORCE_REBUILD) dependency in the c file, this
guarantee the c file is always compiled in incremental build. But, this
function is broken since
|
||
---|---|---|
.. | ||
C | ||
Python |