aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-23 01:23:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-23 01:23:30 +0000
commitec7b2f6b07a97b4e22f7d0f9e89e4bc96cf3f61a (patch)
tree75e549b331384971610cc4f0cba34f2525dbc9fa /win32
parenta16ffb21ca0cd6071632c6e937b2039dee126781 (diff)
downloadruby-ec7b2f6b07a97b4e22f7d0f9e89e4bc96cf3f61a.tar.gz
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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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