summaryrefslogtreecommitdiffstats
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/Makefile.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a876ab2d7..add643fa9 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -811,6 +811,9 @@ dir.$(OBJEXT) win32.$(OBJEXT): {$(srcdir)}win32/dir.h
ext/extinit.obj: ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
+INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \
+ vmtc.inc vm.inc
+
!ifdef insns
make_insns_rules:
@type <<