Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
78dbd5c
)
THRIFT-2196 Fix invalid dependency in Makefile.am
author
Roger Meier
<roger@apache.org>
Wed, 15 Jan 2014 20:10:59 +0000
(21:10 +0100)
committer
Roger Meier
<roger@apache.org>
Wed, 15 Jan 2014 20:10:59 +0000
(21:10 +0100)
Patch: Hiroaki Kawai
test/cpp/Makefile.am
patch
|
blob
|
history
diff --git
a/test/cpp/Makefile.am
b/test/cpp/Makefile.am
index
ec4ba99
..
360f425
100755
(executable)
--- 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 = \