From 2b6ab9bf1e592e6820403d2e2a273219f1278b1c Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 16 Apr 2011 15:22:47 +0000 Subject: * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm. * ext/date/date_tmx.h: new. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/depend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/date/depend') diff --git a/ext/date/depend b/ext/date/depend index b694930eba..7e5d62e79d 100644 --- a/ext/date/depend +++ b/ext/date/depend @@ -1,2 +1,2 @@ -date_core.o: $(top_srcdir)/timev.h -date_strftime.o: $(top_srcdir)/timev.h +date_core.o: date_tmx.h +date_strftime.o: date_tmx.h -- cgit v1.2.3