diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-13 08:24:20 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-13 08:24:20 +0000 |
commit | dc66cae164f26ebe3755ef5abefdd9e324f474be (patch) | |
tree | fb12954c12bdb54d7971d8620e34764383879c70 /BaseTools/Conf | |
parent | 1b7f7985bdea35070e889de439e7bdc2a4539357 (diff) | |
download | edk2-platforms-dc66cae164f26ebe3755ef5abefdd9e324f474be.tar.xz |
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
Diffstat (limited to 'BaseTools/Conf')
-rw-r--r-- | BaseTools/Conf/build_rule.template | 4 |
1 files 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]
<InputFile.MSFT, InputFile.INTEL>
?.dll
- Makefile
+ $(MODULE_BUILD_DIR)\Makefile
<InputFile.GCC>
?.dll
- GnuMakefile
+ $(MODULE_BUILD_DIR)/GnuMakefile
<OutputFile>
$(DEBUG_DIR)(+)$(MODULE_NAME).efi
|