diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-22 03:58:44 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-22 03:58:44 +0000 |
| commit | 4ba37fb0b82aac7ccb397a52ff11587340470d9d (patch) | |
| tree | 1cc73867c963b948791560d463d164975262d517 /bcc32 | |
| parent | de441ae2c7f9dbdf886749f3dd6ec835d3a7ace8 (diff) | |
| download | ruby-4ba37fb0b82aac7ccb397a52ff11587340470d9d.tar.gz ruby-4ba37fb0b82aac7ccb397a52ff11587340470d9d.tar.xz ruby-4ba37fb0b82aac7ccb397a52ff11587340470d9d.zip | |
* ext/extmk.rb: use optparse instead of getopts.
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 6de146eb1..b8ff2d4de 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) |
