Skip to content

Commit

Permalink
depend: missing dependency
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nobu committed Oct 5, 2012
1 parent ec62e30 commit e2220d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ext/date/depend
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e2220d1

Please sign in to comment.