summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
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 /win32/Makefile.sub
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 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index dd3514b348..7c84de184b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -336,8 +336,6 @@ ASMEXT = asm
INSTALLED_LIST= .installed.list
-MKMAIN_CMD = mkmain.bat
-
SRC_FILE = $(<:\=/)
OS_SRC_FILE = $(<:/=\)
DEST_FILE = $(@:\=/)