From 5068e137d059a67878fbc8618a0a3cf9bd616ad6 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 13 Aug 2008 08:30:21 +0000 Subject: [PATCH] * common.mk: regint.h no longer includes vm_core.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 40 ++++++++-------------------------------- 2 files changed, 12 insertions(+), 32 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc77d3945a..d46431606e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 13 17:28:29 2008 Akinori MUSHA + + * common.mk: regint.h no longer includes vm_core.h. + Wed Aug 13 17:26:44 2008 Tanaka Akira * transcode_data.h (rb_transcoding): add fields: writebuf_off, diff --git a/common.mk b/common.mk index 89436bfdbd..7f6eb193af 100644 --- a/common.mk +++ b/common.mk @@ -530,45 +530,24 @@ rational.$(OBJEXT): {$(VPATH)}rational.c $(RUBY_H_INCLUDES) \ {$(VPATH)}st.h re.$(OBJEXT): {$(VPATH)}re.c $(RUBY_H_INCLUDES) \ {$(VPATH)}st.h {$(VPATH)}re.h {$(VPATH)}regex.h {$(VPATH)}oniguruma.h \ - {$(VPATH)}encoding.h {$(VPATH)}util.h \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ + {$(VPATH)}encoding.h {$(VPATH)}util.h {$(VPATH)}regint.h \ {$(VPATH)}regenc.h regcomp.$(OBJEXT): {$(VPATH)}regcomp.c {$(VPATH)}regparse.h \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ - {$(VPATH)}config.h {$(VPATH)}defines.h \ + {$(VPATH)}regint.h {$(VPATH)}config.h {$(VPATH)}defines.h \ {$(VPATH)}regenc.h {$(VPATH)}oniguruma.h {$(VPATH)}st.h -regenc.$(OBJEXT): {$(VPATH)}regenc.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +regenc.$(OBJEXT): {$(VPATH)}regenc.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h -regerror.$(OBJEXT): {$(VPATH)}regerror.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +regerror.$(OBJEXT): {$(VPATH)}regerror.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h -regexec.$(OBJEXT): {$(VPATH)}regexec.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +regexec.$(OBJEXT): {$(VPATH)}regexec.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h regparse.$(OBJEXT): {$(VPATH)}regparse.c {$(VPATH)}regparse.h \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ - {$(VPATH)}config.h {$(VPATH)}defines.h \ + {$(VPATH)}regint.h {$(VPATH)}config.h {$(VPATH)}defines.h \ {$(VPATH)}regenc.h {$(VPATH)}oniguruma.h {$(VPATH)}st.h -regsyntax.$(OBJEXT): {$(VPATH)}regsyntax.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +regsyntax.$(OBJEXT): {$(VPATH)}regsyntax.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h ruby.$(OBJEXT): {$(VPATH)}ruby.c $(RUBY_H_INCLUDES) \ @@ -673,10 +652,7 @@ ascii.$(OBJEXT): {$(VPATH)}ascii.c {$(VPATH)}regenc.h {$(VPATH)}config.h \ {$(VPATH)}defines.h {$(VPATH)}oniguruma.h us_ascii.$(OBJEXT): {$(VPATH)}us_ascii.c {$(VPATH)}regenc.h {$(VPATH)}config.h \ {$(VPATH)}defines.h {$(VPATH)}oniguruma.h -unicode.$(OBJEXT): {$(VPATH)}unicode.c \ - {$(VPATH)}regint.h {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ - {$(VPATH)}vm_opts.h {$(VPATH)}id.h {$(VPATH)}parse.c \ - {$(VPATH)}thread_$(THREAD_MODEL).h \ +unicode.$(OBJEXT): {$(VPATH)}unicode.c {$(VPATH)}regint.h \ {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}regenc.h \ {$(VPATH)}oniguruma.h {$(VPATH)}st.h utf_8.$(OBJEXT): {$(VPATH)}utf_8.c {$(VPATH)}regenc.h {$(VPATH)}config.h \