THRIFT-2196 Fix invalid dependency in Makefile.am
authorRoger Meier <roger@apache.org>
Wed, 15 Jan 2014 20:10:59 +0000 (21:10 +0100)
committerRoger Meier <roger@apache.org>
Wed, 15 Jan 2014 20:10:59 +0000 (21:10 +0100)
Patch: Hiroaki Kawai

test/cpp/Makefile.am

index ec4ba99..360f425 100755 (executable)
@@ -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 = \