From 620a2b6c65ef497529bca89abae5ea7d16e0d191 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Nov 2012 06:42:38 +0000 Subject: Makefile.in: probes.h * Makefile.in, win32/Makefile.sub (probes.h): fix copying dmyprobes.h path when outplace-build. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a073192497..62fa2dffaa 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1049,7 +1049,8 @@ lex.c: {$(srcdir)}lex.c.blt copy $(?:/=\) $@ probes.h: dmyprobes.h - copy dmyprobes.h probes.h + @$(ECHO) copying probes.h + $(Q) $(CP) $(srcdir)\dmyprobes.h probes.h enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt @if not exist $(@D:/=\) md $(@D:/=\) -- cgit v1.2.3