make-rules/shared-macros.mk
branchs11-update
changeset 3378 8c7eb3630145
parent 3090 2da1d1d90c07
child 3464 57f7ad288af9
--- a/make-rules/shared-macros.mk	Thu Oct 09 07:14:28 2014 -0700
+++ b/make-rules/shared-macros.mk	Thu Oct 09 15:53:40 2014 -0700
@@ -300,8 +300,10 @@
 RUBY.1.8 =	/usr/ruby/1.8/bin/ruby
 RUBY.1.9 =	/usr/ruby/1.9/bin/ruby
 RUBY =		$(RUBY.$(RUBY_VERSION))
-
-VENDOR_RUBY = /usr/ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/$(RUBY_LIB_VERSION)
+# Use the ruby lib versions to represent the RUBY_VERSIONS that
+# need to get built.  This is done because during package transformations
+# both the ruby version and the ruby library version are needed. 
+RUBY_VERSIONS = $(RUBY_LIB_VERSION)
 
 PYTHON_VENDOR_PACKAGES.32 = /usr/lib/python$(PYTHON_VERSION)/vendor-packages
 PYTHON_VENDOR_PACKAGES.64 = /usr/lib/python$(PYTHON_VERSION)/vendor-packages/64