]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added directory for "Makefile" in "Dynamic-Library-File" rule in case the working...
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 13 Sep 2007 08:24:20 +0000 (08:24 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 13 Sep 2007 08:24:20 +0000 (08:24 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3831 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Conf/build_rule.template

index 4390270b4c2f60d9818905a061bed0cbcea4788e..4c1a795944d28a409ecd3bff0d464703093dcf92 100644 (file)
 [Build.Dynamic-Library-File]\r
     <InputFile.MSFT, InputFile.INTEL>\r
         ?.dll\r
-        Makefile\r
+        $(MODULE_BUILD_DIR)\Makefile\r
 \r
     <InputFile.GCC>\r
         ?.dll\r
-        GnuMakefile\r
+        $(MODULE_BUILD_DIR)/GnuMakefile\r
 \r
     <OutputFile>\r
         $(DEBUG_DIR)(+)$(MODULE_NAME).efi\r