summaryrefslogtreecommitdiff
path: root/test/threads
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2008-12-02 02:11:13 +0000
committerDavid Reiss <dreiss@apache.org>2008-12-02 02:11:13 +0000
commit0c87ad41ee8dc669f8e1cbe0b17f8382844a0497 (patch)
treea8f021e44bce8abe19e93007deba4a06f88245cb /test/threads
parent603d50437cbe9c76be942f863f2db9526459fce2 (diff)
downloadthrift-0c87ad41ee8dc669f8e1cbe0b17f8382844a0497.tar.gz
THRIFT-217. Use "--gen py" instead of "-py" in build scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@722333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/threads')
-rw-r--r--test/threads/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/threads/Makefile b/test/threads/Makefile
index 59eb4f268..fb133a06b 100644
--- a/test/threads/Makefile
+++ b/test/threads/Makefile
@@ -37,7 +37,7 @@ CFL = $(CCFL) $(LFL)
all: server client
stubs: ThreadsTest.thrift
- $(THRIFT) -cpp -py ThreadsTest.thrift
+ $(THRIFT) --gen cpp --gen py ThreadsTest.thrift
server: stubs
g++ -o ThreadsServer $(CFL) ThreadsServer.cpp ./gen-cpp/ThreadsTest.cpp ./gen-cpp/ThreadsTest_types.cpp