summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-05 00:26:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-05 00:26:43 +0000
commite2220d19e1267ccfdc34d9c106124a1aba30fdaa (patch)
tree1b94b097d97d7ec4954c13d38cef902fed06b614 /ext
parentec62e301965c12a5e1e0f931a8b0152d374a1912 (diff)
depend: missing dependency
* ext/date/depend: all source files need ruby.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/date/depend5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/date/depend b/ext/date/depend
index 43d5d7e61f..e6afa56162 100644
--- a/ext/date/depend
+++ b/ext/date/depend
@@ -1,2 +1,3 @@
-date_core.o: date_tmx.h $(ruby_headers)
-date_strftime.o: date_tmx.h $(ruby_headers)
+$(OBJS): $(ruby_headers)
+date_core.o: date_tmx.h
+date_strftime.o: date_tmx.h