From 9729ba32d0d07f7395205b65faacf0cffdbc0b5e Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 3 Apr 2008 05:44:29 +0000 Subject: [PATCH] * common.mk (INSNS): add insns_info.inc. * common.mk (INSNS): make incs separately for nmake. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ common.mk | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fcdf8b3a09..3d82826b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Apr 3 14:42:11 2008 NAKAMURA Usaku + + * common.mk (INSNS): add insns_info.inc. + + * common.mk (INSNS): make incs separately for nmake. + Thu Apr 3 13:20:38 2008 Nobuyoshi Nakada * common.mk (endb.h, transdb.h, prelude.c): depend on $(PREP) and diff --git a/common.mk b/common.mk index d0c7b520f0..edfef5660b 100644 --- a/common.mk +++ b/common.mk @@ -690,14 +690,14 @@ unicode.$(OBJEXT): {$(VPATH)}unicode.c {$(VPATH)}regint.h \ utf_8.$(OBJEXT): {$(VPATH)}utf_8.c {$(VPATH)}regenc.h {$(VPATH)}config.h \ {$(VPATH)}defines.h {$(VPATH)}oniguruma.h -INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc \ +INSNS = opt_sc.inc optinsn.inc optunifs.inc insns.inc insns_info.inc \ vmtc.inc vm.inc INSNS2VMOPT = --srcdir="$(srcdir)" $(INSNS): $(srcdir)/insns.def {$(VPATH)}vm_opts.h $(RM) $(PROGRAM) - $(BASERUBY) -Ks $(srcdir)/tool/insns2vm.rb $(INSNS2VMOPT) + $(BASERUBY) -Ks $(srcdir)/tool/insns2vm.rb $(INSNS2VMOPT) $@ minsns.inc: $(srcdir)/template/minsns.inc.tmpl