aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-22 11:22:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-22 11:22:27 +0000
commit184c7e660d10055b599d596f48fb5e600a04bc35 (patch)
tree4f4fcde3dee6a4c1aa5560c9094c5f7421d0869c /common.mk
parent4a01021002d8ec1a792d26214c2da04b88433bf6 (diff)
downloadruby-184c7e660d10055b599d596f48fb5e600a04bc35.tar.gz
common.mk: probes.dmyh for nmake
* common.mk (probes.dmyh): separate the dependency and the command, get rid of weird VPATH behavior of nmake. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 172447e515..6d0d3303c0 100644
--- a/common.mk
+++ b/common.mk
@@ -854,6 +854,8 @@ $(PRELUDE_C): $(COMPILE_PRELUDE) \
$(srcdir)/template/prelude.c.tmpl golf_prelude.rb
{$(VPATH)}probes.dmyh: {$(srcdir)}probes.d $(srcdir)/tool/gen_dummy_probes.rb
+
+probes.dmyh:
$(BASERUBY) $(srcdir)/tool/gen_dummy_probes.rb $(srcdir)/probes.d > $@
probes.h: {$(VPATH)}probes.$(DTRACE_EXT)