From c6699319417c244ad6dce99b608ddd4635f5bdbc Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 20 Jan 2013 13:24:31 +0000 Subject: vpath.rb: hack for msys make * tool/vpath.rb (VPath#def_options): hack for msys make, which converts a command line argument to non-msys command seems like a path list automagically. [Bug #7710] [ruby-core:51489] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/ripper/depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/ripper') diff --git a/ext/ripper/depend b/ext/ripper/depend index 0beb489326..776977847d 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -25,7 +25,7 @@ static: check ripper.y: $(srcdir)/tools/preproc.rb $(top_srcdir)/parse.y $(ECHO) extracting $@ from $(top_srcdir)/parse.y - $(Q) $(RUBY) $(top_srcdir)/tool/id2token.rb --vpath=$(VPATH) id.h $(top_srcdir)/parse.y > ripper.tmp.y + $(Q) $(RUBY) $(top_srcdir)/tool/id2token.rb --path-separator=.$(PATH_SEPARATOR)./ --vpath=$(VPATH) id.h $(top_srcdir)/parse.y > ripper.tmp.y $(Q) $(RUBY) $(srcdir)/tools/preproc.rb ripper.tmp.y --output=$@ $(Q) $(RM) ripper.tmp.y -- cgit v1.2.3