summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 07:03:46 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 07:03:46 +0000
commit3721fb0106707de5d0a58af6bd5784053f379ab2 (patch)
treedafda71ba70dd70cf0443c236aeb1709d3f6c899 /ext/date
parent55cf24d3789486328e9a2ea734f42fb9122056e9 (diff)
* ext/date/depend: add dependency to $(ruby_headers).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/depend4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/depend b/ext/date/depend
index 7e5d62e79d..43d5d7e61f 100644
--- a/ext/date/depend
+++ b/ext/date/depend
@@ -1,2 +1,2 @@
-date_core.o: date_tmx.h
-date_strftime.o: date_tmx.h
+date_core.o: date_tmx.h $(ruby_headers)
+date_strftime.o: date_tmx.h $(ruby_headers)