mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
Fix a parallel build bug under test
The "_extras.cpp" files depend on the appropriate ".h" files, but that dependency is not listed in the Makefile, and cannot be determined automatically by automake because the .h files are generated. Add explicit dependencies so "make -j8 check" works. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@756353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ade070ffdf
commit
f2422b6067
@ -20,6 +20,9 @@ libtestgencpp_la_SOURCES = \
|
|||||||
ThriftTest_extras.cpp \
|
ThriftTest_extras.cpp \
|
||||||
DebugProtoTest_extras.cpp
|
DebugProtoTest_extras.cpp
|
||||||
|
|
||||||
|
ThriftTest_extras.o: gen-cpp/ThriftTest_types.h
|
||||||
|
DebugProtoTest_extras.o: gen-cpp/DebugProtoTest_types.h
|
||||||
|
|
||||||
libtestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la
|
libtestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la
|
||||||
|
|
||||||
noinst_PROGRAMS = Benchmark
|
noinst_PROGRAMS = Benchmark
|
||||||
|
Loading…
Reference in New Issue
Block a user