ruby-changes:2993
From: ko1@a...
Date: 22 Dec 2007 18:21:55 +0900
Subject: [ruby-changes:2993] usa - Ruby:r14485 (trunk): * common.mk (version.o): add dependency.
usa 2007-12-22 18:21:38 +0900 (Sat, 22 Dec 2007)
New Revision: 14485
Modified files:
trunk/ChangeLog
trunk/common.mk
Log:
* common.mk (version.o): add dependency. [ruby-dev:32680]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14485&r2=14484
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=14485&r2=14484
Index: ChangeLog
===================================================================
--- ChangeLog (revision 14484)
+++ ChangeLog (revision 14485)
@@ -1,3 +1,7 @@
+Sat Dec 22 18:20:13 2007 NAKAMURA Usaku <usa@r...>
+
+ * common.mk (version.o): add dependency. [ruby-dev:32680]
+
Sat Dec 22 17:45:11 2007 NARUSE, Yui <naruse@r...>
* ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() for
Index: common.mk
===================================================================
--- common.mk (revision 14484)
+++ common.mk (revision 14485)
@@ -565,7 +565,7 @@
{$(VPATH)}node.h {$(VPATH)}st.h {$(VPATH)}util.h
version.$(OBJEXT): {$(VPATH)}version.c {$(VPATH)}ruby.h {$(VPATH)}config.h \
{$(VPATH)}defines.h {$(VPATH)}intern.h {$(VPATH)}missing.h \
- {$(VPATH)}version.h
+ {$(VPATH)}version.h {$(VPATH)}revision.h
compile.$(OBJEXT): {$(VPATH)}compile.c {$(VPATH)}vm_core.h {$(VPATH)}id.h \
{$(VPATH)}compile.h {$(VPATH)}debug.h {$(VPATH)}ruby.h {$(VPATH)}config.h \
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml