summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4f329f410e..53a8309ff0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -331,7 +331,7 @@ yes-dtrace-probes.h:
$(Q) sed -e 's/RUBY_/RUBY_DTRACE_/g' -e 's/PROBES_H_TMP/PROBES_H/g' probes.h.tmp > probes.h
$(Q) $(RM) probes.h.tmp
-no-dtrace-probes.h: dmyprobes.h
+no-dtrace-probes.h: $(srcdir)/dmyprobes.h
@$(ECHO) copying dummy probes.h
$(Q) $(CP) $(srcdir)/dmyprobes.h probes.h