summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-09 15:28:53 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-09 15:28:53 +0000
commit60ee5e03f14360af6af89e50faffa5e624ae25b7 (patch)
tree461ae76eeb4a13d324b5ba04a22987617537cafd /common.mk
parent90173785a8b76e6db8d8adb71e4bc4b96715ece6 (diff)
* common.mk (DTRACE_DEPENDENT_OBJS): fix build failure on Solaris
introduced in r46768. Object files containing dtrace probes should be listed in DTRACE_DEPENDENT_OBJS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index ad3bb7d17e..733f5b2c3b 100644
--- a/common.mk
+++ b/common.mk
@@ -884,6 +884,7 @@ DTRACE_DEPENDENT_OBJS = array.$(OBJEXT) \
object.$(OBJEXT) \
parse.$(OBJEXT) \
string.$(OBJEXT) \
+ symbol.$(OBJEXT) \
vm.$(OBJEXT)
probes.$(OBJEXT): $(DTRACE_DEPENDENT_OBJS)