From 1d9d1a8f56df81a6670401d3160f601995bf2cc9 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Nov 2012 12:32:48 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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