1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

merge revision(s) 58455:

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/branches/ruby_2_4@63626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2018-06-10 08:59:17 +00:00
parent 753aa75319
commit bd4ba72a25
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,10 @@
#define RUBY_VERSION "2.4.5"
#define RUBY_RELEASE_DATE "2018-03-29"
#define RUBY_PATCHLEVEL 297
#define RUBY_RELEASE_DATE "2018-06-10"
#define RUBY_PATCHLEVEL 298
#define RUBY_RELEASE_YEAR 2018
#define RUBY_RELEASE_MONTH 3
#define RUBY_RELEASE_DAY 29
#define RUBY_RELEASE_MONTH 6
#define RUBY_RELEASE_DAY 10
#include "ruby/version.h"

View file

@ -1147,7 +1147,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