From ec7b2f6b07a97b4e22f7d0f9e89e4bc96cf3f61a Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 23 Apr 2017 01:23:30 +0000 Subject: 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/trunk@58455 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 9a3b3c7548..6b74a772f6 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1173,7 +1173,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