mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* {win32,wince}/Makefile.sub (CPP): check predefined value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8af68b08a0
commit
c24faf6703
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
Tue Sep 26 15:29:55 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (CPP): check predefined value.
|
||||
* {win32,wince}/Makefile.sub (CPP): check predefined value.
|
||||
|
||||
Tue Sep 26 07:55:16 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ VPATH = $(srcdir);$(srcdir)/missing;$(srcdir)/wince
|
|||
!if !defined(CC)
|
||||
CC = cl
|
||||
!endif
|
||||
!if !defined(CPP)
|
||||
!if !defined(CPP) || "$(CPP)" == "cl"
|
||||
CPP = $(CC) -E
|
||||
!endif
|
||||
!if !defined(YACC)
|
||||
|
|
Loading…
Reference in a new issue