ruby-changes:59979
From: Alan <ko1@a...>
Date: Mon, 10 Feb 2020 01:27:53 +0900 (JST)
Subject: [ruby-changes:59979] 9c5a2fed85 (master): Fix readline build dependency
https://git.ruby-lang.org/ruby.git/commit/?id=9c5a2fed85 From 9c5a2fed85f50f1d593da23eea71437a41d5969e Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Sun, 9 Feb 2020 11:12:50 -0500 Subject: Fix readline build dependency diff --git a/ext/readline/depend b/ext/readline/depend index 144e540..2dde7fc 100644 --- a/ext/readline/depend +++ b/ext/readline/depend @@ -1,6 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/readline/depend#L1 # AUTOGENERATED DEPENDENCIES START readline.o: $(RUBY_EXTCONF_H) readline.o: $(arch_hdrdir)/ruby/config.h +readline.o: $(hdrdir)/ruby/assert.h readline.o: $(hdrdir)/ruby/backward.h readline.o: $(hdrdir)/ruby/defines.h readline.o: $(hdrdir)/ruby/encoding.h -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/