summaryrefslogtreecommitdiff
path: root/ext/date/depend
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/depend')
-rw-r--r--ext/date/depend6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/date/depend b/ext/date/depend
index e6afa56162..3a13fcc9a9 100644
--- a/ext/date/depend
+++ b/ext/date/depend
@@ -1,3 +1,7 @@
$(OBJS): $(ruby_headers)
-date_core.o: date_tmx.h
+date_core.o: date_tmx.h $(hdrdir)/ruby/encoding.h $(hdrdir)/ruby/oniguruma.h
date_strftime.o: date_tmx.h
+date_parse.o: $(hdrdir)/ruby/encoding.h $(hdrdir)/ruby/oniguruma.h $(hdrdir)/ruby/re.h $(hdrdir)/ruby/regex.h
+date_strptime.o: $(hdrdir)/ruby/encoding.h $(hdrdir)/ruby/oniguruma.h $(hdrdir)/ruby/re.h $(hdrdir)/ruby/regex.h
+
+