This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git

commit fd2acd1521aea6f4570ce363e99fbfc0818f2dc2
Author: Kengo Seki <[email protected]>
AuthorDate: Fri Oct 4 23:58:48 2019 +0900

    THRIFT-4968: Makefile.am in the Ruby tutorial refers to Python directory
    Client: Ruby
    Patch: Kengo Seki
    
    This closes #1888
---
 tutorial/rb/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorial/rb/Makefile.am b/tutorial/rb/Makefile.am
index 9372413..885cd92 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

Reply via email to