summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 10:03:07 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 10:03:07 +0000
commit6e0375e3e220350b20bbba8125b8243e11e8c810 (patch)
tree1c25faa26765e0462fbcf9ee4d35ecbfe23f8767 /common.mk
parentdf4e0dd52d15028fc13dababa2d95d77a33bdb7e (diff)
* Makefile.in (no-dtrace-probes.h): dmyprobes.h is in srcdir.
* common.mk (dmyprobes.h): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index e457b2f409..dd49e7d9df 100644
--- a/common.mk
+++ b/common.mk
@@ -887,7 +887,7 @@ golf_prelude.c: $(srcdir)/tool/compile_prelude.rb $(RBCONFIG) $(srcdir)/prelude.
$(ECHO) generating $@
$(Q) $(COMPILE_PRELUDE) $(srcdir)/golf_prelude.rb $@
-dmyprobes.h: {$(srcdir)}probes.d
+$(srcdir)/dmyprobes.h: {$(srcdir)}probes.d
$(BASERUBY) $(srcdir)/tool/gen_dummy_probes.rb $(srcdir)/probes.d > $@
prereq: incs srcs preludes PHONY