ruby-changes:28211
From: akr <ko1@a...>
Date: Fri, 12 Apr 2013 21:07:36 +0900 (JST)
Subject: [ruby-changes:28211] akr:r40263 (trunk): * common.mk: pack.o depends on internal.h.
akr 2013-04-12 21:07:27 +0900 (Fri, 12 Apr 2013) New Revision: 40263 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40263 Log: * common.mk: pack.o depends on internal.h. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 40262) +++ ChangeLog (revision 40263) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Apr 12 21:06:55 2013 Tanaka Akira <akr@f...> + + * common.mk: pack.o depends on internal.h. + Fri Apr 12 20:59:24 2013 Tanaka Akira <akr@f...> * bignum.c (ones): Use __builtin_popcountl if available. Index: common.mk =================================================================== --- common.mk (revision 40262) +++ common.mk (revision 40263) @@ -697,7 +697,7 @@ numeric.$(OBJEXT): {$(VPATH)}numeric.c $ https://github.com/ruby/ruby/blob/trunk/common.mk#L697 object.$(OBJEXT): {$(VPATH)}object.c $(RUBY_H_INCLUDES) {$(VPATH)}util.h \ {$(VPATH)}internal.h {$(VPATH)}constant.h $(ENCODING_H_INCLUDES) $(PROBES_H_INCLUDES) {$(VPATH)}vm_opts.h pack.$(OBJEXT): {$(VPATH)}pack.c $(RUBY_H_INCLUDES) {$(VPATH)}encoding.h \ - {$(VPATH)}oniguruma.h + {$(VPATH)}oniguruma.h {$(VPATH)}internal.h parse.$(OBJEXT): {$(VPATH)}parse.c $(RUBY_H_INCLUDES) {$(VPATH)}node.h \ $(ENCODING_H_INCLUDES) {$(VPATH)}id.h {$(VPATH)}regenc.h \ {$(VPATH)}regex.h {$(VPATH)}util.h {$(VPATH)}lex.c \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/