mirror of https://github.com/acidanthera/audk.git
Fixed an issue in which the dependent makefile is put in wrong rule.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3975 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
de0f811d4a
commit
327f4e7d26
|
@ -198,6 +198,7 @@
|
|||
<InputFile>
|
||||
?.lib
|
||||
$(LIBS)
|
||||
$(MODULE_BUILD_DIR)\Makefile
|
||||
|
||||
<OutputFile>
|
||||
$(DEBUG_DIR)(+)$(MODULE_NAME).dll
|
||||
|
@ -209,13 +210,8 @@
|
|||
"$(DLINK)" -o ${dst} $(DLINK_FLAGS) -( $(DLINK_SPATH) $(LIBS) ${src} -)
|
||||
|
||||
[Build.Dynamic-Library-File]
|
||||
<InputFile.MSFT, InputFile.INTEL>
|
||||
<InputFile>
|
||||
?.dll
|
||||
$(MODULE_BUILD_DIR)\Makefile
|
||||
|
||||
<InputFile.GCC>
|
||||
?.dll
|
||||
$(MODULE_BUILD_DIR)\Makefile
|
||||
|
||||
<OutputFile>
|
||||
$(DEBUG_DIR)(+)$(MODULE_NAME).efi
|
||||
|
|
Loading…
Reference in New Issue