From dc66cae164f26ebe3755ef5abefdd9e324f474be Mon Sep 17 00:00:00 2001 From: jwang36 Date: Thu, 13 Sep 2007 08:24:20 +0000 Subject: [PATCH] Added directory for "Makefile" in "Dynamic-Library-File" rule in case the working directory is changed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3831 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Conf/build_rule.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index 4390270b4c..4c1a795944 100644 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -211,11 +211,11 @@ [Build.Dynamic-Library-File] ?.dll - Makefile + $(MODULE_BUILD_DIR)\Makefile ?.dll - GnuMakefile + $(MODULE_BUILD_DIR)/GnuMakefile $(DEBUG_DIR)(+)$(MODULE_NAME).efi -- 2.39.2