diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-02 18:35:40 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-02 18:35:40 +0000 |
| commit | 7f674123f76bdc13c8d38b49e2db774b804aea4d (patch) | |
| tree | d45f7f123ba1df1500ab959bec33c36bd53ada62 /ChangeLog | |
| parent | 4b0ee5b9c089d8870e3f4843f800d77e7af764d9 (diff) | |
| download | ruby-7f674123f76bdc13c8d38b49e2db774b804aea4d.tar.gz ruby-7f674123f76bdc13c8d38b49e2db774b804aea4d.tar.xz ruby-7f674123f76bdc13c8d38b49e2db774b804aea4d.zip | |
* common.mk (runruby, benchmark, benchmark-each, tbench): use
PROGRAM for the file to be built.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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, |
