diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-06 05:28:42 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-06 05:28:42 +0000 |
commit | 887883f2fc1437c9ffda40899400acd4c025f963 (patch) | |
tree | ec411afa37b7ce8c0f42d6489371cd12d169bf47 /common.mk | |
parent | 5d4720da81db9c3131bb537af96e27686fa0ea35 (diff) | |
download | ruby-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.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |