ruby-changes:24751
From: usa <ko1@a...>
Date: Thu, 23 Aug 2012 19:20:47 +0900 (JST)
Subject: [ruby-changes:24751] usa:r36802 (trunk): * common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there,
usa 2012-08-23 19:20:37 +0900 (Thu, 23 Aug 2012) New Revision: 36802 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36802 Log: * common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there, so need to move denendency rules under the definition of it. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 36801) +++ ChangeLog (revision 36802) @@ -1,3 +1,8 @@ +Thu Aug 23 19:18:33 2012 NAKAMURA Usaku <usa@r...> + + * common.mk (win32/*): macro RUBY_H_INCLUDES is not defined there, + so need to move denendency rules under the definition of it. + Thu Aug 23 19:16:20 2012 NAKAMURA Usaku <usa@r...> * win32/Makefile.sub: refactoring. remove unused rules, and update Index: common.mk =================================================================== --- common.mk (revision 36801) +++ common.mk (revision 36802) @@ -607,9 +607,6 @@ $(Q) $(MAKEDIRS) $(PLATFORM_DIR) @exit > $@ -win32/win32.$(OBJEXT): {$(VPATH)}win32/win32.c $(RUBY_H_INCLUDES) $(PLATFORM_D) -win32/file.$(OBJEXT): {$(VPATH)}win32/file.c $(RUBY_H_INCLUDES) $(PLATFORM_D) - ### RUBY_H_INCLUDES = {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}defines.h \ @@ -811,6 +808,9 @@ utf_8.$(OBJEXT): {$(VPATH)}utf_8.c {$(VPATH)}regenc.h {$(VPATH)}config.h \ {$(VPATH)}oniguruma.h {$(VPATH)}missing.h $(RUBY_H_INCLUDES) +win32/win32.$(OBJEXT): {$(VPATH)}win32/win32.c $(RUBY_H_INCLUDES) $(PLATFORM_D) +win32/file.$(OBJEXT): {$(VPATH)}win32/file.c $(RUBY_H_INCLUDES) $(PLATFORM_D) + $(NEWLINE_C): $(srcdir)/enc/trans/newline.trans $(srcdir)/tool/transcode-tblgen.rb $(Q) $(BASERUBY) "$(srcdir)/tool/transcode-tblgen.rb" -vo $@ $(srcdir)/enc/trans/newline.trans newline.$(OBJEXT): $(NEWLINE_C) {$(VPATH)}defines.h \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/