THRIFT-4968: Makefile.am in the Ruby tutorial refers to Python directory
Client: Ruby
Patch: Kengo Seki

This closes #1888
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