summaryrefslogtreecommitdiff
path: root/ext/psych/depend
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/depend')
-rw-r--r--ext/psych/depend4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/psych/depend b/ext/psych/depend
index 4947822c78..78bde9a53d 100644
--- a/ext/psych/depend
+++ b/ext/psych/depend
@@ -2,8 +2,12 @@ $(TARGET_SO): $(LIBYAML)
libyaml $(LIBYAML):
cd libyaml && $(MAKE)
+ $(AR) $(ARFLAGS) $(LIBYAML) $(LIBYAML_OBJDIR)/*.$(OBJEXT)
+ $(RANLIB) $(LIBYAML)
+
clean-so::
-cd libyaml && $(MAKE) clean
+
distclean-so::
-cd libyaml && $(MAKE) distclean
-$(Q)$(RMDIRS) libyaml/* libyaml