summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-13 06:35:30 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-13 06:35:30 +0000
commitaec93c22832ef302d102fe45cafa506b4edc1436 (patch)
treecfce41bc12bacc839c393ae887335066d4e439ab /common.mk
parent864d96066d2d2af506345ae284a1bad508c994fb (diff)
* common.mk Makefile.in win32/Makefile.sub (.d.h): it's not common.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/common.mk b/common.mk
index fea9986a2d..fb7c7a18fb 100644
--- a/common.mk
+++ b/common.mk
@@ -614,16 +614,6 @@ VM_CORE_H_INCLUDES = {$(VPATH)}vm_core.h {$(VPATH)}thread_$(THREAD_MODEL).h \
{$(VPATH)}node.h {$(VPATH)}method.h {$(VPATH)}ruby_atomic.h \
$(ID_H_INCLUDES) $(PROBES_H_INCLUDES)
-.d.h:
- @$(ECHO) translating probes $<
- $(Q)if test -n '$(DTRACE)'; then\
- $(DTRACE) -o $@.tmp -h -s $<; \
- sed -e 's/RUBY_/RUBY_DTRACE_/g' $@.tmp | sed -e 's/PROBES_H_TMP/PROBES_H/g' >$@; \
- $(RM) $@.tmp; \
- else \
- $(BASERUBY) $(srcdir)/tool/gen_dummy_probes.rb $< > $@; \
- fi
-
addr2line.$(OBJEXT): {$(VPATH)}addr2line.c {$(VPATH)}addr2line.h {$(VPATH)}config.h
array.$(OBJEXT): {$(VPATH)}array.c $(RUBY_H_INCLUDES) {$(VPATH)}util.h \
$(ENCODING_H_INCLUDES) {$(VPATH)}internal.h $(PROBES_H_INCLUDES)