mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
4a01021002
commit
184c7e660d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue