aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 02:06:39 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 02:06:39 +0000
commit70927cb204f0dd6dc9d82e45d75fec50c437269c (patch)
treee2c430af1bc1ee95c4b0a6eeefa30c42d578b00c /ChangeLog
parentf567a1a4d9b90ff2e20f4a1238d39dfbf5db6995 (diff)
downloadruby-70927cb204f0dd6dc9d82e45d75fec50c437269c.tar.gz
* common.mk (vm_dump.o): depend probes.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a27c547f..df85d81732 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Mon Nov 19 10:00:10 2012 NARUSE, Yui <naruse@ruby-lang.org>
* common.mk: fix path of probes.dmyh.
+ * common.mk (vm_dump.o): depend probes.h.
+
* configure.in: FreeBSD's USDT requires libelf.
Mon Nov 19 01:11:59 2012 Naohisa Goto <ngotogenome@gmail.com>