From 5068e137d059a67878fbc8618a0a3cf9bd616ad6 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 13 Aug 2008 08:30:21 +0000 Subject: * 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 --- common.mk | 40 ++++++++-------------------------------- 1 file changed, 8 insertions(+), 32 deletions(-) (limited to 'common.mk') 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 \ -- cgit v1.2.3