ruby-changes:46325
From: ko1 <ko1@a...>
Date: Sat, 22 Apr 2017 09:10:32 +0900 (JST)
Subject: [ruby-changes:46325] ko1:r58439 (trunk): use $(srcdir).
ko1 2017-04-22 09:10:28 +0900 (Sat, 22 Apr 2017) New Revision: 58439 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58439 Log: use $(srcdir). * Makefile.in (enc/jis/props.h): build it in not builddir, but in srcdir. Modified files: trunk/Makefile.in Index: Makefile.in =================================================================== --- Makefile.in (revision 58438) +++ Makefile.in (revision 58439) @@ -349,7 +349,7 @@ lex.c: defs/keywords https://github.com/ruby/ruby/blob/trunk/Makefile.in#L349 JIS_PROPS_OPTIONS = -k1,3 -7 -c -j1 -i1 -t -C -P -t --ignore-case -H onig_jis_property_hash -Q onig_jis_property_pool -N onig_jis_property -enc/jis/props.h: enc/jis/props.kwd +$(srcdir)/enc/jis/props.h: enc/jis/props.kwd $(MAKEDIRS) $(@D) @set +e; \ if cmp -s $(?:.kwd=.src) $?; then \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/