mirror of https://github.com/acidanthera/audk.git
Changed the GnuMakefile to Makefile as a workaround for CYGWINGCC toolchain build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3921 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
697f4d59cc
commit
ca5fab07d3
|
@ -215,7 +215,7 @@
|
|||
|
||||
<InputFile.GCC>
|
||||
?.dll
|
||||
$(MODULE_BUILD_DIR)/GnuMakefile
|
||||
$(MODULE_BUILD_DIR)\Makefile
|
||||
|
||||
<OutputFile>
|
||||
$(DEBUG_DIR)(+)$(MODULE_NAME).efi
|
||||
|
|
Loading…
Reference in New Issue