зеркало из https://github.com/github/ruby.git
* 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:
Родитель
85280f4b55
Коммит
279c7bdd88
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче