summaryrefslogtreecommitdiff
path: root/bcc32/setup.mak
diff options
context:
space:
mode:
authorH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-12 14:27:02 +0000
committerH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-12 14:27:02 +0000
commitdf3368c1dd4ca9bfbd537913954ee730a134b75d (patch)
tree04c5cf4e651b9447f58fc85b1122f47183d2047d /bcc32/setup.mak
parent66d9f5498b4da0febfc251ae8f1915a6f9df124f (diff)
* bcc32/setup.mak : Control of a message.
* bcc32/makefile.sub : include resource. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32/setup.mak')
-rw-r--r--bcc32/setup.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/setup.mak b/bcc32/setup.mak
index 38c98133fb..6017ecc3cf 100644
--- a/bcc32/setup.mak
+++ b/bcc32/setup.mak
@@ -11,7 +11,6 @@ srcdir = $(bcc32dir)../
OS = bccwin32
all: ext makefile
- @echo type `make' to make ruby for bccwin32.
makefile: make_s make_e
@@ -24,6 +23,7 @@ make_s:
make_e:
@echo !INCLUDE $$(srcdir)bcc32/makefile.sub>> makefile
+ @echo type `make' to make ruby for bccwin32.
ext:
@if not exist $@\* mkdir $@