Reviewed By: makefile
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664950
13f79535-47bb-0310-9956-
ffa450edef68
# Tools
ifndef THRIFT
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
endif # THRIFT
CC = g++
</target>
<target name="generate">
- <exec executable="../../compiler/cpp/bin/thrift">
+ <exec executable="../../compiler/cpp/thrift">
<arg line="--java ../ThriftTest.thrift" />
</exec>
</target>
target: all
# Tools
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
all: normal inline
target: all
# Tools
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
all: stubs