aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-14 11:01:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-14 11:01:59 +0000
commit81dc8fcc77d971076e883b8568a3246be93edd8d (patch)
treea3dbfd9f333c79fb6d970576b31218a949cb32e4 /common.mk
parent9ba21a42833ac90109d6c2a7282b3bd9534c6714 (diff)
downloadruby-81dc8fcc77d971076e883b8568a3246be93edd8d.tar.gz
common.mk: prefix for nmake
* common.mk (incs): prefix to enc/unicode/name2ctype.h and enc/jis/props.h for nmake. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 8c8229fd22..c6f0841579 100644
--- a/common.mk
+++ b/common.mk
@@ -811,7 +811,8 @@ srcs-enc: $(ENC_MK)
all-incs: incs {$(VPATH)}encdb.h {$(VPATH)}transdb.h
incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}known_errors.inc \
{$(VPATH)}vm_call_iseq_optimized.inc $(srcdir)/revision.h \
- $(REVISION_H) enc/unicode/name2ctype.h enc/jis/props.h \
+ $(REVISION_H) \
+ $(srcdir)/enc/unicode/name2ctype.h $(srcdir)/enc/jis/props.h \
$(srcdir)/enc/unicode/casefold.h \
{$(VPATH)}id.h {$(VPATH)}probes.dmyh