You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/01/15 21:11:43 UTC

git commit: THRIFT-2196 Fix invalid dependency in Makefile.am Patch: Hiroaki Kawai

Updated Branches:
  refs/heads/master 78dbd5c66 -> dffc9fe8d


THRIFT-2196 Fix invalid dependency in Makefile.am
Patch: Hiroaki Kawai


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/dffc9fe8
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/dffc9fe8
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/dffc9fe8

Branch: refs/heads/master
Commit: dffc9fe8dd30f68cd6f23064da7905dd9e0afa02
Parents: 78dbd5c
Author: Roger Meier <ro...@apache.org>
Authored: Wed Jan 15 21:10:59 2014 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Wed Jan 15 21:10:59 2014 +0100

----------------------------------------------------------------------
 test/cpp/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/dffc9fe8/test/cpp/Makefile.am
----------------------------------------------------------------------
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 @@ 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 = \