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