From: Roger Meier Date: Wed, 15 Jan 2014 20:10:59 +0000 (+0100) Subject: THRIFT-2196 Fix invalid dependency in Makefile.am X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=dffc9fe8dd30f68cd6f23064da7905dd9e0afa02;p=common%2Fthrift.git THRIFT-2196 Fix invalid dependency in Makefile.am Patch: Hiroaki Kawai --- diff --git a/test/cpp/Makefile.am b/test/cpp/Makefile.am index ec4ba999..360f4254 100755 --- a/test/cpp/Makefile.am +++ b/test/cpp/Makefile.am @@ -90,7 +90,7 @@ THRIFT = $(top_builddir)/compiler/cpp/thrift gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp: $(top_srcdir)/test/ThriftTest.thrift $(THRIFT) --gen cpp:templates,cob_style -r $< -gen-cpp/ThriftTest.cpp gen-cpp/StressTest_types.cpp gen-cpp/StressTest_constants.cpp: $(top_srcdir)/test/StressTest.thrift +gen-cpp/StressTest_types.cpp gen-cpp/StressTest_constants.cpp: $(top_srcdir)/test/StressTest.thrift $(THRIFT) --gen cpp $< INCLUDES = \