summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-20 13:38:19 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-20 13:38:19 +0000
commit01fcd07bff931564b584559c456c90fdf79bf125 (patch)
tree3e8902a57526fa14c00ffdf5f5ae316a07816e87 /Makefile.in
parent4b0b1d7a6eb3cb3dc6b7232a26fc34e4f6145da6 (diff)
merge revision(s) 58438,58439,58451: [Backport #13493]
clean autogenerated files * enc/depend (clean, clean-srcs): fix path of name2ctype.h, and remove casefold.h too. * enc/jis/props.h: autogenerated file. [ruby-core:80823] [Bug #13493] use $(srcdir). * Makefile.in (enc/jis/props.h): build it in not builddir, but in srcdir. Ignore enc/jis/props.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@62862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3976945156..14413b697a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -343,7 +343,7 @@ lex.c: defs/keywords
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 \