summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 12:32:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 12:32:48 +0000
commit1d9d1a8f56df81a6670401d3160f601995bf2cc9 (patch)
treea64b761c9246ad4797a32d1c25285351b858aa52 /Makefile.in
parent9ee34b15e415446093039f620a5986dd3426f552 (diff)
Makefile.in: fix typo
* Makefile.in (yes-dtrace-probes.h): fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37682 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 53a8309ff0..5f525011ca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -327,7 +327,7 @@ probes.h: $(DTRACE_AVAILABLE)-dtrace-probes.h
yes-dtrace-probes.h:
@$(ECHO) translating probes $(srcdir)/probes.d
- $(Q) $(DTRACE) -o probes.h -h -s $(srcdir)/probes.d
+ $(Q) $(DTRACE) -o probes.h.tmp -h -s $(srcdir)/probes.d
$(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