summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 04:03:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 04:03:52 +0000
commitfba33accdbda1ef987dc7f1c1766ef379705094f (patch)
tree3bccb9eee2a17848297a32a1e77ac0226295bb07 /win32/Makefile.sub
parentfd372dc8a244a215cb1561e32e0a5366cc0ba66e (diff)
win32/Makefile.sub: copy enc/jis/props.h
* win32/Makefile.sub (enc/jis/props.h): nmake needs special rule to copy from the source directory, because it can't handle VPATH. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index eb4241df32..da26584671 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1114,6 +1114,11 @@ enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt
$(ECHO) copying $@
$(Q) copy $(?:/=\) $(@:/=\) > nul
+enc/jis/props.h: {$(srcdir)}enc/jis/props.h.blt
+ @if not exist $(@D:/=\) md $(@D:/=\)
+ $(ECHO) copying $@
+ $(Q) copy $(?:/=\) $(@:/=\) > nul
+
$(OBJS): {$(hdrdir)/ruby}win32.h
dir.$(OBJEXT) win32/win32.$(OBJEXT): {$(srcdir)}win32/dir.h