summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 05:28:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 05:28:42 +0000
commit887883f2fc1437c9ffda40899400acd4c025f963 (patch)
treeec411afa37b7ce8c0f42d6489371cd12d169bf47 /common.mk
parent5d4720da81db9c3131bb537af96e27686fa0ea35 (diff)
downloadruby-887883f2fc1437c9ffda40899400acd4c025f963.tar.gz
ruby-887883f2fc1437c9ffda40899400acd4c025f963.tar.xz
ruby-887883f2fc1437c9ffda40899400acd4c025f963.zip
* Makefile.in, win32/Makefile.sub (INSNS): moved variable
definition before rule. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22792 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 f64bc7f82..d69afd198 100644
--- a/common.mk
+++ b/common.mk
@@ -634,9 +634,6 @@ newline.$(OBJEXT): {$(VPATH)}newline.c {$(VPATH)}defines.h \
INSNS2VMOPT = --srcdir="$(srcdir)"
-INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \
- vmtc.inc vm.inc
-
{$(VPATH)}minsns.inc: $(srcdir)/template/minsns.inc.tmpl
{$(VPATH)}opt_sc.inc: $(srcdir)/template/opt_sc.inc.tmpl
OSZAR »