mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/psych] Configure libyaml from the original source
https://github.com/ruby/psych/commit/54a9ba9d10
This commit is contained in:
parent
0bca029d2f
commit
71aa43c725
1 changed files with 9 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue