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

* common.mk: Remove comments in Dependency lines.

Notified by usa.

* enc/depend: Ditto.

* ext/**/depend: Ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-11-15 10:28:25 +00:00
parent 558b9191c0
commit 57682b05e1
32 changed files with 3189 additions and 3180 deletions

View file

@ -1,5 +1,5 @@
$(OBJS): $(ruby_headers)
parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h
parser.o: parser.rl # ext/json/parser/parser.o: ext/json/parser/parser.rl
parser.o: $(hdrdir)/ruby/encoding.h # ext/json/parser/parser.o: include/ruby/encoding.h
parser.o: $(hdrdir)/ruby/oniguruma.h # ext/json/parser/parser.o: include/ruby/oniguruma.h
parser.o: parser.rl
parser.o: $(hdrdir)/ruby/encoding.h
parser.o: $(hdrdir)/ruby/oniguruma.h