]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools VS Makefile: Don't include ms.common in ms.app
authorLiming Gao <liming.gao@intel.com>
Thu, 29 Sep 2016 14:00:42 +0000 (22:00 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 30 Sep 2016 06:13:49 +0000 (14:13 +0800)
ms.common is included by every tool Makefile. it is not necessary to be placed
in ms.app again.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/C/Makefiles/ms.app

index 3e045615f682c615660de99f3572d13927f8794e..908ffe8a3d4a84b7963074d432cba67ac9062572 100644 (file)
@@ -11,8 +11,6 @@
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 \r
-!INCLUDE ..\Makefiles\ms.common\r
-\r
 APPLICATION = $(BIN_PATH)\$(APPNAME).exe\r
 \r
 all: $(APPLICATION) \r