diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-16 08:37:59 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-16 08:37:59 +0000 |
commit | f55662826477e0f75816b2b481817814d224ffd4 (patch) | |
tree | 3514a244a104a40acaed86df814f34741dcd407f /wince | |
parent | 78bb93ac08ea0ea6a898b438d75ec8e2d478a6ff (diff) |
* {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r-- | wince/setup.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wince/setup.mak b/wince/setup.mak index f0bbeff1f3..adab346664 100644 --- a/wince/setup.mak +++ b/wince/setup.mak @@ -230,5 +230,6 @@ CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)/missing -I$$(srcdir)/wince \ $(INCLUDE) $$(srcdir)/wince/Makefile.sub << - @$(srcdir)\win32\rm.bat config.h config.status + @if exist config.h del config.h + @if exist config.status del config.status @echo type `$(MAKE)' to make ruby for $(OS). |