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

fix dependency

* ext/json/parser/depend: fix dependency for error that rb_float_new
  is not found.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-08-31 04:58:18 +00:00
parent 76d0abd334
commit 30fbd739a1

View file

@ -1 +1 @@
parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h
parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h $(ruby_headers)