From 98006cea4fd517671dae508fade13203bc18301a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 29 Nov 2019 10:16:33 +0900 Subject: Add dependency on bundled yaml.h when using --- ext/psych/depend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/psych/depend') diff --git a/ext/psych/depend b/ext/psych/depend index 9f7d3a81da..dc358eaed3 100644 --- a/ext/psych/depend +++ b/ext/psych/depend @@ -1,3 +1,5 @@ +$(OBJS): $(YAML_H) + # AUTOGENERATED DEPENDENCIES START psych.o: $(RUBY_EXTCONF_H) psych.o: $(arch_hdrdir)/ruby/config.h -- cgit v1.2.3