summaryrefslogtreecommitdiffstats
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bd626c4f1..b616bef80 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -119,7 +119,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: @MAKEFILES@ miniruby$(EXEEXT) rbconfig.rb $(LIBRUBY)
@$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS)