diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-23 07:03:46 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-23 07:03:46 +0000 |
commit | 3721fb0106707de5d0a58af6bd5784053f379ab2 (patch) | |
tree | dafda71ba70dd70cf0443c236aeb1709d3f6c899 | |
parent | 55cf24d3789486328e9a2ea734f42fb9122056e9 (diff) | |
download | ruby-3721fb0106707de5d0a58af6bd5784053f379ab2.tar.gz |
* 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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ext/date/depend | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Thu Aug 23 16:02:20 2012 Koichi Sasada <ko1@atdot.net> + + * ext/date/depend: add dependency to $(ruby_headers). + Thu Aug 23 12:51:39 2012 Shugo Maeda <shugo@ruby-lang.org> * insns.def (invokesuper): reverted r36640 partially to make super 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) |