aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/makefile/sub_makefiles
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-21 17:30:53 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-21 17:42:54 -0800
commitfff98d1db9648269e3dda1958dcfb3d76120dfd3 (patch)
treed8789ee20ed0acd0b81683e2739eaac21bceb4e9 /tensorflow/contrib/makefile/sub_makefiles
parent49874f43d8a2385c61b9b4e11eabc50d9d692201 (diff)
Fix the dependency in quantization/Makefile.in for parallel build
Change: 139853310
Diffstat (limited to 'tensorflow/contrib/makefile/sub_makefiles')
-rw-r--r--tensorflow/contrib/makefile/sub_makefiles/quantization/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/makefile/sub_makefiles/quantization/Makefile.in b/tensorflow/contrib/makefile/sub_makefiles/quantization/Makefile.in
index e68ff4c3d7..baf285268c 100644
--- a/tensorflow/contrib/makefile/sub_makefiles/quantization/Makefile.in
+++ b/tensorflow/contrib/makefile/sub_makefiles/quantization/Makefile.in
@@ -54,7 +54,7 @@ INCLUDES += \
QUANTIZATION_TEST_INCLUDES := $(INCLUDES)
-$(OBJDIR)gtest-all.o: $(GTEST_SRCS)
+$(OBJDIR)gtest-all.o: $(GTEST_SRCS) $(QUANTIZATION_TEST_OBJS)
$(CXX) $(CXXFLAGS) $(QUANTIZATION_TEST_INCLUDES) -I $(GTEST_DIR) -c \
$(GTEST_DIR)/src/gtest-all.cc -o $@