summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-22 09:16:48 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-22 09:16:48 +0000
commit8e8d7bb7fcbc0f26ba8c2af36a7abc0e18979ffb (patch)
tree8f3ed32cd171f8cc29fcfb5c3e75207d4b64589a /common.mk
parent1dec7384d1629eb1b45252294c7e1a7009f148bc (diff)
* common.mk, Makefile.in, win32/Makefile.sub (.dmyh.h): nmake merges
explicit rules for same target, but not merges exlicit rules and implicit rules -- always explict rules win. So, need to add an explist rule for probes.h. reported by Heesob Park at [Bug #7421] [ruby-core:49839] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index 1e4f2156b6..ba02083a42 100644
--- a/common.mk
+++ b/common.mk
@@ -901,10 +901,6 @@ $(srcdir)/probes.dmyh: {$(srcdir)}probes.d $(srcdir)/tool/gen_dummy_probes.rb
probes.h: $(srcdir)/probes.$(DTRACE_EXT)
-{$(VPATH)}.dmyh.h:
- @$(ECHO) copying dummy $(DEST_FILE)
- $(Q) $(CP) $(OS_SRC_FILE) $(OS_DEST_FILE)
-
prereq: incs srcs preludes PHONY
preludes: {$(VPATH)}miniprelude.c