diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-26 10:27:57 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-26 10:27:57 +0000 |
| commit | ceca93475237510451efcf5b7448bbc0df1d0a4a (patch) | |
| tree | f0bea5a6e03a19e1651b78618860365740029d3a /win32/setup.mak | |
| parent | 5870787b682f779c969eeed39d9612ae8a65ffc7 (diff) | |
| download | ruby-ceca93475237510451efcf5b7448bbc0df1d0a4a.tar.gz ruby-ceca93475237510451efcf5b7448bbc0df1d0a4a.tar.xz ruby-ceca93475237510451efcf5b7448bbc0df1d0a4a.zip | |
* win32/setup.mak (-prologue-): moved srcdir macro definition.
[ruby-win32:420].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/setup.mak')
| -rw-r--r-- | win32/setup.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/setup.mak b/win32/setup.mak index 1f2c7af8c..5ae5fcc62 100644 --- a/win32/setup.mak +++ b/win32/setup.mak @@ -36,8 +36,8 @@ COMMENT Makefile for ruby $(OS) MAJOR = RUBY_VERSION_MAJOR MINOR = RUBY_VERSION_MINOR TEENY = RUBY_VERSION_TEENY +srcdir = $(srcdir:\=/) << - @$(APPEND) srcdir = $(srcdir:\=/) -generic-: nul !if defined($(ARCH)) || defined($(CPU)) |
