summaryrefslogtreecommitdiff
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
commit6e000d88543e214d1ba816b91e44090d8e63e361 (patch)
treeec411afa37b7ce8c0f42d6489371cd12d169bf47 /common.mk
parentcf4f718bc8fe352b450a1a6aa80b002701998263 (diff)
* Makefile.in, win32/Makefile.sub (INSNS): moved variable
definition before rule. git-svn-id: svn+ssh://ci.ruby-lang.org/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 f64bc7f821..d69afd1987 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