From bd4ba72a2504ae0123b562cf9203f854837d623c Mon Sep 17 00:00:00 2001 From: usa Date: Sun, 10 Jun 2018 08:59:17 +0000 Subject: merge revision(s) 58455: use $(srcdir). * win32/Makefile.sub (enc/jis/props.h): build it in not builddir, but in srcdir. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@63626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index dc198f63d2..38139fb74f 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1147,7 +1147,7 @@ $(ruby_pc): $(RBCONFIG) lex.c: {$(srcdir)}lex.c.blt copy $(?:/=\) $@ -enc/jis/props.h: {$(srcdir)}enc/jis/props.h.blt +$(srcdir)/enc/jis/props.h: {$(srcdir)}enc/jis/props.h.blt @if not exist $(@D:/=\) md $(@D:/=\) $(ECHO) copying $@ $(Q) copy $(?:/=\) $(@:/=\) > nul -- cgit v1.2.3