mirror of https://github.com/acidanthera/audk.git
Fixed an issue which the .dep file for the AutoGen.h won't be generated if PCH is not defined.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2272 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f9081b646d
commit
e1b95c15ab
|
@ -74,6 +74,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
</then>
|
||||
</if>
|
||||
</then>
|
||||
<else>
|
||||
<makedeps DepsFile="${DEST_DIR_OUTPUT}/AutoGen.h.dep">
|
||||
<input file="${DEST_DIR_DEBUG}/AutoGen.h"/>
|
||||
<EXTRA.INC/>
|
||||
</makedeps>
|
||||
</else>
|
||||
</if>
|
||||
</sequential>
|
||||
</macrodef>
|
||||
|
|
Loading…
Reference in New Issue