summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-18 06:06:17 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-05-18 06:06:17 +0000
commitdf5a9e28234919326128db50c13467d971871cbf (patch)
tree79a6e234266f7a54fc3c657a7752fe74943748db /ext
parentc59869494a1a299cad47676e626cfc918c92364e (diff)
mbc bug in regex
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/extmk.rb.nt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/extmk.rb.nt b/ext/extmk.rb.nt
index 436cac295f..509bca398d 100644
--- a/ext/extmk.rb.nt
+++ b/ext/extmk.rb.nt
@@ -322,7 +322,7 @@ VPATH = .
CC = cl
-CFLAGS = %s -I../.. -I../../missing -I../../win32 -I. -O -DNT %s #{CFLAGS} #$CFLAGS %s
+CFLAGS = %s -I../.. -I../../missing -I../../win32 -I. -O -DNT %s #{CFLAGS} #{$CFLAGS} %s
RUBYLIB = ../../ruby.lib
DLDFLAGS = /DLL
@@ -436,6 +436,7 @@ def extmake(target)
return if $nodynamic and not $static
+ $objs = nil
$LOCAL_LIBS = "" # to be assigned in extconf.rb
$CFLAGS = ""
$LDFLAGS = ""