From 9c06fa133e0826bea96c1c80cddc92151ddd535b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Oct 2010 01:54:41 +0000 Subject: [PATCH] * common.mk (RBCONFIG): depends on version.h due to RUBY_PATCHLEVEL. [ruby-core:32709] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ab2b76ef0..ad0aceb907 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Fri Oct 8 10:52:25 2010 Nobuyoshi Nakada + * common.mk (RBCONFIG): depends on version.h due to + RUBY_PATCHLEVEL. [ruby-core:32709] Fri Oct 8 00:24:54 2010 James Edward Gray II