1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2012-10-05 00:26:43 +00:00
parent ec62e30196
commit e2220d19e1

View file

@ -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