summaryrefslogtreecommitdiff
path: root/ext/date/depend
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-16 15:22:47 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-16 15:22:47 +0000
commit2b6ab9bf1e592e6820403d2e2a273219f1278b1c (patch)
treead5682f1d32daa56a073ae0c25d51cc53ad1b5fe /ext/date/depend
parent531dfb40e0fa16f873b53dbef8694a26e10a7d6b (diff)
* 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
Diffstat (limited to 'ext/date/depend')
-rw-r--r--ext/date/depend4
1 files changed, 2 insertions, 2 deletions
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