diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | common.mk | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Fri Sep 19 19:43:40 2008 Yuki Sonoda <[email protected]> + + * common.mk : Reverts the changeset 18994. + Uses the official repository of rubyspec again. + Fri Sep 19 17:41:56 2008 Yukihiro Matsumoto <[email protected]> * configure.in: applied OS/2 support patch from Brendan Oakley @@ -9,7 +9,7 @@ RUBYOPT = - SPEC_GIT_BASE = git://github.com/rubyspec MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git -RUBYSPEC_GIT_URL = git://github.com/yugui/rubyspec.git +RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git STATIC_RUBY = static-ruby |