diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-28 09:59:49 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-28 09:59:49 +0000 |
| commit | dea3c6bfaa245286c16907a6d0a0f1510f3bfe41 (patch) | |
| tree | ed2b57d5b48c34d747e19a81c7c3b8793a86bcd8 /win32 | |
| parent | cbf3ca08e319d5a65f2a660f67d6f3f3f1641f00 (diff) | |
| download | ruby-dea3c6bfaa245286c16907a6d0a0f1510f3bfe41.tar.gz ruby-dea3c6bfaa245286c16907a6d0a0f1510f3bfe41.tar.xz ruby-dea3c6bfaa245286c16907a6d0a0f1510f3bfe41.zip | |
* win32/Makefile.sub (config.status): reflect user defined $CC in
config.status.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 67809c48a..3417f12d0 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -208,7 +208,7 @@ s,@target_alias@,$(ARCH)-$(OS),;t t s,@target_cpu@,$(ARCH),;t t s,@target_vendor@,pc,;t t s,@target_os@,$(OS),;t t -s,@CC@,cl,;t t +s,@CC@,$(CC),;t t s,@CPP@,$$(CC) -E,;t t s,@YACC@,$(YACC),;t t s,@RANLIB@,rem,;t t |
