From db31b3dad519f755358f0a96baad5c378e7c7972 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 13 Nov 2012 07:49:09 +0000 Subject: * 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 --- win32/Makefile.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32') 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:/=\) -- cgit v1.2.3