Added makefile as dependency for "Dynamic-Library-File" to solve the incremental build issue occurred when there's library changes.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3801 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2007-09-12 06:59:05 +00:00
parent 8b9a49a446
commit ef2b52786f
1 changed files with 6 additions and 1 deletions

View File

@ -209,8 +209,13 @@
"$(DLINK)" -o ${dst} $(DLINK_FLAGS) -( $(DLINK_SPATH) $(LIBS) ${src} -)
[Build.Dynamic-Library-File]
<InputFile>
<InputFile.MSFT, InputFile.INTEL>
?.dll
Makefile
<InputFile.GCC>
?.dll
GnuMakefile
<OutputFile>
$(DEBUG_DIR)(+)$(MODULE_NAME).efi