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 | 6e000d88543e214d1ba816b91e44090d8e63e361 (patch) | |
tree | ec411afa37b7ce8c0f42d6489371cd12d169bf47 /win32 | |
parent | cf4f718bc8fe352b450a1a6aa80b002701998263 (diff) | |
download | ruby-6e000d88543e214d1ba816b91e44090d8e63e361.tar.gz |
* 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 'win32')
-rw-r--r-- | win32/Makefile.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a876ab2d72..add643fa97 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 << |