]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Fix PLATFORM_DIR variable value.
authorMarvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
Thu, 14 Apr 2016 16:28:19 +0000 (00:28 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 15 Apr 2016 02:33:24 +0000 (10:33 +0800)
In commit 017fb1cd4c5e3c8b914eb217ac1760223687dad7, the PLATFORM_DIR
macro has been updated to resolve to the correct path. However, it is
incorrectly accessed via curved rather than curly braces by GenMake.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/GenMake.py

index 287046a5a8ac6960ce14ed520cca09717eccff92..8913a72111e210aff841b6231254f2ce80e7a516 100644 (file)
@@ -990,7 +990,7 @@ PLATFORM_NAME = ${platform_name}
 PLATFORM_GUID = ${platform_guid}\r
 PLATFORM_VERSION = ${platform_version}\r
 PLATFORM_RELATIVE_DIR = ${platform_relative_directory}\r
-PLATFORM_DIR = $(platform_dir)\r
+PLATFORM_DIR = ${platform_dir}\r
 PLATFORM_OUTPUT_DIR = ${platform_output_directory}\r
 \r
 #\r
@@ -1173,7 +1173,7 @@ PLATFORM_NAME = ${platform_name}
 PLATFORM_GUID = ${platform_guid}\r
 PLATFORM_VERSION = ${platform_version}\r
 PLATFORM_FILE = ${platform_file}\r
-PLATFORM_DIR = $(platform_dir)\r
+PLATFORM_DIR = ${platform_dir}\r
 PLATFORM_OUTPUT_DIR = ${platform_output_directory}\r
 \r
 #\r