aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-02 18:35:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-02 18:35:40 +0000
commite22d0bf7238edc56f0486a2241b42d906dad90cc (patch)
treed45f7f123ba1df1500ab959bec33c36bd53ada62 /ChangeLog
parentfddaf76b679f083776634c9f9ed5f92077670f79 (diff)
downloadruby-e22d0bf7238edc56f0486a2241b42d906dad90cc.tar.gz
* common.mk (runruby, benchmark, benchmark-each, tbench): use
PROGRAM for the file to be built. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 859cdf36df..3970b0e194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
-Sat Feb 3 03:22:47 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Feb 3 03:35:20 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.
+ * common.mk (runruby, benchmark, benchmark-each, tbench): use
+ PROGRAM for the file to be built.
+
* proc.c (yarv_proc_alloc): needs return.
* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,