diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-15 10:28:25 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-15 10:28:25 +0000 |
commit | 57682b05e1af3e40361a7d4c2bc7ab1153ded4a5 (patch) | |
tree | eb5719fe482f13f25d1f6508464d716784074b36 /ext/rbconfig/sizeof/depend | |
parent | 558b9191c0c76d9807f339dae289a62ad7ed4ae8 (diff) |
* 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
Diffstat (limited to 'ext/rbconfig/sizeof/depend')
-rw-r--r-- | ext/rbconfig/sizeof/depend | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/rbconfig/sizeof/depend b/ext/rbconfig/sizeof/depend index a962b0d29a..cd45428c8c 100644 --- a/ext/rbconfig/sizeof/depend +++ b/ext/rbconfig/sizeof/depend @@ -1,10 +1,10 @@ sizes.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in $(Q) $(RUBY) $(top_srcdir)/tool/generic_erb.rb --output=$@ \ $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in -sizes.o: $(arch_hdrdir)/ruby/config.h # ext/rbconfig/sizeof/sizes.o: .ext/include/x86_64-linux/ruby/config.h -sizes.o: $(hdrdir)/ruby/defines.h # ext/rbconfig/sizeof/sizes.o: include/ruby/defines.h -sizes.o: $(hdrdir)/ruby/intern.h # ext/rbconfig/sizeof/sizes.o: include/ruby/intern.h -sizes.o: $(hdrdir)/ruby/missing.h # ext/rbconfig/sizeof/sizes.o: include/ruby/missing.h -sizes.o: $(hdrdir)/ruby/ruby.h # ext/rbconfig/sizeof/sizes.o: include/ruby/ruby.h -sizes.o: $(hdrdir)/ruby/st.h # ext/rbconfig/sizeof/sizes.o: include/ruby/st.h -sizes.o: $(hdrdir)/ruby/subst.h # ext/rbconfig/sizeof/sizes.o: include/ruby/subst.h +sizes.o: $(arch_hdrdir)/ruby/config.h +sizes.o: $(hdrdir)/ruby/defines.h +sizes.o: $(hdrdir)/ruby/intern.h +sizes.o: $(hdrdir)/ruby/missing.h +sizes.o: $(hdrdir)/ruby/ruby.h +sizes.o: $(hdrdir)/ruby/st.h +sizes.o: $(hdrdir)/ruby/subst.h |