mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
be7309ddf6
commit
41e6fd8931
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue