THRIFT-2196 Fix invalid dependency in Makefile.am
Patch: Hiroaki Kawai
diff --git a/test/cpp/Makefile.am b/test/cpp/Makefile.am
index ec4ba99..360f425 100755
--- a/test/cpp/Makefile.am
+++ b/test/cpp/Makefile.am
@@ -90,7 +90,7 @@
 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 = \