diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-03-19 20:29:17 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-03-30 11:31:04 +0900 |
| commit | 71aa43c725084ec11827330c8502acc54bf29534 (patch) | |
| tree | f0a7f674a65f44d26089a4c9d2d4674ca858be9d | |
| parent | 0bca029d2f848cc326681d2c324712eec96808e8 (diff) | |
[ruby/psych] Configure libyaml from the original source
https://github.com/ruby/psych/commit/54a9ba9d10
| -rw-r--r-- | ext/psych/depend | 10 |
1 files changed, 9 insertions, 1 deletions
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) |
