summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-13 07:49:09 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-13 07:49:09 +0000
commitdb31b3dad519f755358f0a96baad5c378e7c7972 (patch)
tree5ca7641e02b6389275e1e9d887525e736eab5eeb /win32
parentd8aaa430747121474ae88edc5807a9b970a15e75 (diff)
* common.mk (dmyprobes.h): always create for make dist.
* Makefile.in (probes.h): create or copy dmyprobes.h * win32/Makefile.sub: only do copy dmyprobes.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index cb69098864..a073192497 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1048,8 +1048,8 @@ $(ruby_pc): $(RBCONFIG)
lex.c: {$(srcdir)}lex.c.blt
copy $(?:/=\) $@
-probes.h: {$(srcdir)}probes.d
- $(BASERUBY) $(srcdir)/tool/gen_dummy_probes.rb $? > $@
+probes.h: dmyprobes.h
+ copy dmyprobes.h probes.h
enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt
@if not exist $(@D:/=\) md $(@D:/=\)