summaryrefslogtreecommitdiff
path: root/bcc32/setup.mak
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-05 07:39:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-05 07:39:21 +0000
commit5133fc67a43b5a6d6b4dd934752ec8b8d6d85b33 (patch)
tree50bb59ec8cd62f01906d4b0554584cb103b84887 /bcc32/setup.mak
parent49f7b3e8d1c45dd99970dd91472543bb7fb157b7 (diff)
* include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 has
stdint.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/setup.mak')
-rw-r--r--bcc32/setup.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/bcc32/setup.mak b/bcc32/setup.mak
index 1cc87f3e80..e5b4ee8f44 100644
--- a/bcc32/setup.mak
+++ b/bcc32/setup.mak
@@ -50,7 +50,9 @@ BASERUBY = $(BASERUBY)
!if !defined(BASERUBY)
@for %I in (ruby.exe) do @echo BASERUBY = "%~$$PATH:I" >> $(MAKEFILE)
!endif
- @$(APPEND) $(BANG)endif
+ @type >> $(MAKEFILE) &&|
+$(BANG)endif
+|
!if exist(confargs.mk)
@type confargs.mk >> $(MAKEFILE)
@del confargs.mk