* 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
This commit is contained in:
nobu 2012-11-16 12:32:48 +00:00
Родитель 9ee34b15e4
Коммит 1d9d1a8f56
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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