summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2019-10-04 23:58:48 +0900
committerJens Geyer <jensg@apache.org>2019-10-06 12:19:16 +0200
commitfd2acd1521aea6f4570ce363e99fbfc0818f2dc2 (patch)
tree0fa4772f934d4851731579db882e128552be8739 /tutorial
parent5a8cd9d1fbb8517915d80b851b4b3434f4ff5ba5 (diff)
downloadthrift-fd2acd1521aea6f4570ce363e99fbfc0818f2dc2.tar.gz
THRIFT-4968: Makefile.am in the Ruby tutorial refers to Python directory
Client: Ruby Patch: Kengo Seki This closes #1888
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/rb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/rb/Makefile.am b/tutorial/rb/Makefile.am
index 937241367..885cd9231 100755
--- a/tutorial/rb/Makefile.am
+++ b/tutorial/rb/Makefile.am
@@ -17,10 +17,10 @@
# under the License.
#
-gen-py/calculator.rb gen-py/shared_service.rb: $(top_srcdir)/tutorial/tutorial.thrift
+gen-rb/calculator.rb gen-rb/shared_service.rb: $(top_srcdir)/tutorial/tutorial.thrift
$(THRIFT) --gen rb -r $<
-all-local: gen-py/calculator.rb
+all-local: gen-rb/calculator.rb
tutorialserver: all
${RUBY} RubyServer.rb