summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-13 01:21:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-13 01:21:39 +0000
commitdb9d8759eee7d267612d19d0cee8af0e0c6b73c3 (patch)
tree133e3bbbdc9a8d8f4b143a728d68dc66739981e3 /common.mk
parent5e3254a919eb85ee10e45b4c8b4da729dd35e16b (diff)
* common.mk: Unused target, $(MKMAIN_CMD), removed.
* Makefile.in (MKMAIN_CMD): Unused macro removed. * win32/Makefile.sub (MKMAIN_CMD): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index ca0a118809..ed288babc6 100644
--- a/common.mk
+++ b/common.mk
@@ -179,9 +179,6 @@ configure-ext: $(EXTS_MK)
build-ext: $(EXTS_MK)
$(Q)$(MAKE) -f $(EXTS_MK) $(MFLAGS) $(EXTSTATIC) LIBRUBY_EXTS=$(LIBRUBY_EXTS) ENCOBJS="$(ENCOBJS)"
-$(MKMAIN_CMD): $(MKFILES) all-incs $(PREP) $(RBCONFIG) $(LIBRUBY)
- $(Q)$(MINIRUBY) $(srcdir)/ext/extmk.rb --make="$(MAKE)" --command-output=$@ $(EXTMK_ARGS)
-
prog: program wprogram
$(PREP): $(MKFILES)