* win32/setup.mak (-prologue-): moved srcdir macro definition.

[ruby-win32:420].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2002-12-26 10:27:57 +00:00
parent c66a0f7cc6
commit b90bdc3e25
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Dec 26 19:22:00 2002 YOSHIDA Kazuhiro <moriq@moriq.com>
* win32/setup.mak (-prologue-): moved srcdir macro definition.
[ruby-win32:420].
Wed Dec 25 16:41:16 2002 Yukihiro Matsumoto <matz@ruby-lang.org> Wed Dec 25 16:41:16 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* regex.c (re_match_exec): fix odd \G behavior based on the patch * regex.c (re_match_exec): fix odd \G behavior based on the patch

View File

@ -36,8 +36,8 @@ COMMENT Makefile for ruby $(OS)
MAJOR = RUBY_VERSION_MAJOR MAJOR = RUBY_VERSION_MAJOR
MINOR = RUBY_VERSION_MINOR MINOR = RUBY_VERSION_MINOR
TEENY = RUBY_VERSION_TEENY TEENY = RUBY_VERSION_TEENY
srcdir = $(srcdir:\=/)
<< <<
@$(APPEND) srcdir = $(srcdir:\=/)
-generic-: nul -generic-: nul
!if defined($(ARCH)) || defined($(CPU)) !if defined($(ARCH)) || defined($(CPU))