obj_int_extract (msvs): add missing project dep
authorJames Zern <jzern@google.com>
Thu, 30 Jan 2014 01:26:02 +0000 (17:26 -0800)
committerJames Zern <jzern@google.com>
Thu, 30 Jan 2014 01:26:02 +0000 (17:26 -0800)
obj_int_extract.bat
this project and target still need some work to allow for concurrent
builds to succeed from the command line.

Change-Id: Ieb3bddc54636e77519083c48573909616257eb23

libs.mk

diff --git a/libs.mk b/libs.mk
index 470066a..cc40451 100644 (file)
--- a/libs.mk
+++ b/libs.mk
@@ -214,8 +214,11 @@ CLEAN-OBJS += libvpx_srcs.txt
 ifeq ($(CONFIG_EXTERNAL_BUILD),yes)
 ifeq ($(CONFIG_MSVS),yes)
 
+obj_int_extract.bat: $(SRC_PATH_BARE)/build/$(MSVS_ARCH_DIR)/obj_int_extract.bat
+       @cp $^ $@
+
+obj_int_extract.$(VCPROJ_SFX): obj_int_extract.bat
 obj_int_extract.$(VCPROJ_SFX): $(SRC_PATH_BARE)/build/make/obj_int_extract.c
-       @cp $(SRC_PATH_BARE)/build/$(MSVS_ARCH_DIR)/obj_int_extract.bat .
        @echo "    [CREATE] $@"
        $(qexec)$(GEN_VCPROJ) \
     --exe \