mirror of https://github.com/acidanthera/audk.git
Fixed the dependency issue on wrong name of makefile.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4291 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
30c8f8616d
commit
4bf477810f
Binary file not shown.
|
@ -200,12 +200,12 @@
|
|||
<InputFile.MSFT, InputFile.Intel>
|
||||
?.lib
|
||||
$(LIBS)
|
||||
$(MODULE_BUILD_DIR)\Makefile
|
||||
$(MAKE_FILE)
|
||||
|
||||
<InputFile.GCC>
|
||||
?.lib
|
||||
$(LIBS)
|
||||
$(MODULE_BUILD_DIR)/GNUmakefile
|
||||
$(MAKE_FILE)
|
||||
|
||||
<OutputFile>
|
||||
$(DEBUG_DIR)(+)$(MODULE_NAME).dll
|
||||
|
|
Loading…
Reference in New Issue