mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/json/generator/depend: fix dependencies [Bug #8379]
* ext/json/parser/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
85280f4b55
commit
279c7bdd88
3 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Wed May 8 13:46:10 2013 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/json/generator/depend: fix dependencies [Bug #8379]
|
||||
|
||||
* ext/json/parser/depend: ditto.
|
||||
|
||||
Wed May 8 13:07:17 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (parser_yylex): fail if $, @, @@ are not followed by a valid
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
generator.o: generator.c generator.h $(srcdir)/../fbuffer/fbuffer.h
|
||||
generator.o: generator.c $(HDRS) $(ruby_headers) $(srcdir)/../fbuffer/fbuffer.h \
|
||||
$(hdrdir)/ruby/encoding.h \
|
||||
$(hdrdir)/ruby/oniguruma.h \
|
||||
$(hdrdir)/ruby/re.h \
|
||||
$(hdrdir)/ruby/regex.h \
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h
|
||||
parser.o: parser.c parser.rl $(HDRS) $(ruby_headers) $(srcdir)/../fbuffer/fbuffer.h \
|
||||
$(hdrdir)/ruby/encoding.h \
|
||||
$(hdrdir)/ruby/oniguruma.h \
|
||||
|
|
Loading…
Reference in a new issue