From ccfb459b7d30b13e8f37a07ae82eae4161bb83d4 Mon Sep 17 00:00:00 2001 From: H_Konishi Date: Sun, 27 Oct 2002 14:05:25 +0000 Subject: ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is controlled. lib/mkmf.rb(773) : Also in the case of bccwin32, the path was added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/extmk.rb') diff --git a/ext/extmk.rb b/ext/extmk.rb index b9b943c0ec..bfd39f9206 100644 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -75,6 +75,9 @@ def extmake(target) else open("./Makefile", "w") {|f| f.print configuration($srcdir), makerules(nil), "install:\n" + if /bccwin32/ =~ RUBY_PLATFORM + f.print "\t@\n" + end } end if $static -- cgit v1.2.3