From: jwang36 Date: Thu, 8 Nov 2007 03:57:35 +0000 (+0000) Subject: Fixed the dependency issue on wrong name of makefile. X-Git-Tag: edk2-stable201903~21771 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=4bf477810fc43ec92d0446fe1b723f1495898bc9 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 --- diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe index 6513306798..d369bf3cae 100755 Binary files a/BaseTools/Bin/Win32/build.exe and b/BaseTools/Bin/Win32/build.exe differ diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index ba9d4800fb..afe453a85b 100644 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -200,12 +200,12 @@ ?.lib $(LIBS) - $(MODULE_BUILD_DIR)\Makefile + $(MAKE_FILE) ?.lib $(LIBS) - $(MODULE_BUILD_DIR)/GNUmakefile + $(MAKE_FILE) $(DEBUG_DIR)(+)$(MODULE_NAME).dll