ruby-changes:43607
From: nobu <ko1@a...>
Date: Thu, 14 Jul 2016 20:02:04 +0900 (JST)
Subject: [ruby-changes:43607] nobu:r55680 (trunk): common.mk: prefix for nmake
nobu 2016-07-14 20:01:59 +0900 (Thu, 14 Jul 2016) New Revision: 55680 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55680 Log: common.mk: prefix for nmake * common.mk (incs): prefix to enc/unicode/name2ctype.h and enc/jis/props.h for nmake. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 55679) +++ common.mk (revision 55680) @@ -811,7 +811,8 @@ srcs-enc: $(ENC_MK) https://github.com/ruby/ruby/blob/trunk/common.mk#L811 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/