From 674f14a0bcc7d1c9971056ef745cd5c9f8ee0997 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 28 Oct 2013 03:43:17 +0000 Subject: * common.mk, ext/objspace/depend, ext/coverage/depend, ext/-test-/debug/depend, ext/date/depend: Update dependencies. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/depend | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ext/date') 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 + + -- cgit v1.2.3