summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-19 05:44:47 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-19 05:44:47 +0000
commit6f84d49552fa56a2451d4ee500912475494641ef (patch)
tree1fb4061163718e382057e97526f75bd734d872cc /common.mk
parent8713948801f19dd03d2db5b3872da70ce7636df4 (diff)
Merge from ruby_1_8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index ccf853d432..a026554036 100644
--- a/common.mk
+++ b/common.mk
@@ -5,6 +5,10 @@ dll: $(LIBRUBY_SO)
RUBYLIB = -
RUBYOPT = -
+SPEC_GIT_BASE = git://github.com/brixen
+MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
+RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
+
STATIC_RUBY = static-ruby
EXTCONF = extconf.rb