summaryrefslogtreecommitdiffstats
path: root/wince/Makefile.sub
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-26 06:34:15 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-26 06:34:15 +0000
commit2feffe934a7343a1d4cc2ce2b7ce517f032e1f1d (patch)
tree2b5f312f363ee5c60042a13ef93ee776bf4a0f70 /wince/Makefile.sub
parentf42e7324b9278f0a1940e2c8617d0d43c80ddcfc (diff)
downloadruby-2feffe934a7343a1d4cc2ce2b7ce517f032e1f1d.tar.gz
ruby-2feffe934a7343a1d4cc2ce2b7ce517f032e1f1d.tar.xz
ruby-2feffe934a7343a1d4cc2ce2b7ce517f032e1f1d.zip
* {win32,wince}/Makefile.sub (CPP): check predefined value.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 45686e1cc..a2afe7997 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -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)