summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-22 05:44:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-22 05:44:35 +0000
commit6118db67e6e3aaa0ab4311d0e6206bb6260c0dea (patch)
treea67690cdc824449b01b1a4de3c5295f87a81d148 /bcc32
parentf5e65768a127468284181b0c38fe839571cb049e (diff)
downloadruby-6118db67e6e3aaa0ab4311d0e6206bb6260c0dea.tar.gz
ruby-6118db67e6e3aaa0ab4311d0e6206bb6260c0dea.tar.xz
ruby-6118db67e6e3aaa0ab4311d0e6206bb6260c0dea.zip
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index b8ff2d4de..75f147c7a 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -214,7 +214,7 @@ SCRIPT_ARGS = "--dest-dir=$(DESTDIR)" \
"--make=$(MAKE)" \
"--mflags=$(MFLAGS)" \
"--make-flags=$(MAKEFLAGS)"
-EXTMK_ARGS = $(SCRIPT_ARGS) --extout="$(EXTOUT)" --extension $(EXTS) --extstatic $(EXTSTATIC)
+EXTMK_ARGS = $(SCRIPT_ARGS) --extout="$(EXTOUT)" --extension $(EXTS) --extstatic $(EXTSTATIC) --
all: miniruby$(EXEEXT) rbconfig.rb \
$(LIBRUBY) $(MISCLIBS)