[前][次][番号順一覧][スレッド一覧]

ruby-changes:3368

From: ko1@a...
Date: 3 Jan 2008 12:24:28 +0900
Subject: [ruby-changes:3368] akr - Ruby:r14861 (trunk): update dependency for alloca.o and dmydln.o.

akr	2008-01-03 12:24:21 +0900 (Thu, 03 Jan 2008)

  New Revision: 14861

  Modified files:
    trunk/common.mk

  Log:
    update dependency for alloca.o and dmydln.o.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=14861&r2=14860&diff_format=u

Index: common.mk
===================================================================
--- common.mk	(revision 14860)
+++ common.mk	(revision 14861)
@@ -378,7 +378,7 @@
 	@$(MV) $@.new $@
 
 acosh.$(OBJEXT): {$(VPATH)}acosh.c
-alloca.$(OBJEXT): {$(VPATH)}alloca.c
+alloca.$(OBJEXT): {$(VPATH)}alloca.c {$(VPATH)}config.h
 crypt.$(OBJEXT): {$(VPATH)}crypt.c
 dup2.$(OBJEXT): {$(VPATH)}dup2.c
 erf.$(OBJEXT): {$(VPATH)}erf.c
@@ -430,8 +430,9 @@
   {$(VPATH)}st.h {$(VPATH)}encoding.h {$(VPATH)}oniguruma.h \
   {$(VPATH)}dln.h
 dmydln.$(OBJEXT): {$(VPATH)}dmydln.c {$(VPATH)}dln.c {$(VPATH)}ruby.h \
-  {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
-  {$(VPATH)}dln.h
+  {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}missing.h \
+  {$(VPATH)}intern.h {$(VPATH)}st.h {$(VPATH)}encoding.h \
+  {$(VPATH)}oniguruma.h {$(VPATH)}dln.h
 dmyext.$(OBJEXT): {$(VPATH)}dmyext.c
 encoding.$(OBJEXT): {$(VPATH)}encoding.c {$(VPATH)}ruby.h \
   {$(VPATH)}config.h {$(VPATH)}defines.h {$(VPATH)}missing.h \

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]