summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-10-06 06:13:52 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-10-06 06:13:52 +0000
commitef45458e9405c57ab4f59f648c4001ea4df30489 (patch)
treee7f2de50dc216d7af298e548fe3554649d1c15d0 /Makefile.in
parent9527d909511cf8f726cd936856adb5f98e9f433c (diff)
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a2901c2bdd..60cbd40eb1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,7 +83,7 @@ OBJS = array.@OBJEXT@ \
$(MISSING)
all: miniruby$(EXEEXT) @PREP@ rbconfig.rb $(LIBRUBY)
- @@MINIRUBY@ -Xext extmk.rb @EXTSTATIC@
+ @@MINIRUBY@ -Cext extmk.rb @EXTSTATIC@
miniruby$(EXEEXT): config.status $(LIBRUBY_A) $(MAINOBJ) dmyext.@OBJEXT@
@rm -f $@
@@ -108,7 +108,7 @@ install: rbconfig.rb
clean:; @rm -f $(OBJS) $(LIBRUBY_A) $(LIBRUBY_SO) $(LIBRUBY_ALIASES) $(MAINOBJ) rbconfig.rb
@rm -f ext/extinit.c ext/extinit.@OBJEXT@ dmyext.@OBJEXT@
- @-@MINIRUBY@ -Xext extmk.rb clean 2> /dev/null || true
+ @-@MINIRUBY@ -Cext extmk.rb clean 2> /dev/null || true
@rm -f $(PROGRAM) miniruby$(EXEEXT)
distclean: clean