From 71aa43c725084ec11827330c8502acc54bf29534 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 19 Mar 2022 20:29:17 +0900 Subject: [ruby/psych] Configure libyaml from the original source https://github.com/ruby/psych/commit/54a9ba9d10 --- ext/psych/depend | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ext/psych/depend b/ext/psych/depend index 90039ea2a6..4947822c78 100644 --- a/ext/psych/depend +++ b/ext/psych/depend @@ -1,4 +1,12 @@ -$(OBJS): $(YAML_H) +$(TARGET_SO): $(LIBYAML) + +libyaml $(LIBYAML): + cd libyaml && $(MAKE) +clean-so:: + -cd libyaml && $(MAKE) clean +distclean-so:: + -cd libyaml && $(MAKE) distclean + -$(Q)$(RMDIRS) libyaml/* libyaml # AUTOGENERATED DEPENDENCIES START psych.o: $(RUBY_EXTCONF_H) -- cgit v1.2.3