From 184c7e660d10055b599d596f48fb5e600a04bc35 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Jan 2016 11:22:27 +0000 Subject: 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 --- common.mk | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3