summaryrefslogtreecommitdiff
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/Makefile.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 7fc7d5b1e5..cb69098864 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1048,6 +1048,9 @@ $(ruby_pc): $(RBCONFIG)
lex.c: {$(srcdir)}lex.c.blt
copy $(?:/=\) $@
+probes.h: {$(srcdir)}probes.d
+ $(BASERUBY) $(srcdir)/tool/gen_dummy_probes.rb $? > $@
+
enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt
@if not exist $(@D:/=\) md $(@D:/=\)
$(ECHO) copying $@