diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-15 05:15:49 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-15 05:15:49 +0000 |
commit | 8727eb77be16fa76a2f0a2293b48c0a052e73289 (patch) | |
tree | 660d4973373a7a30a619cb2ea6f8cf9708fca431 /ext/pty | |
parent | 03bbcf0108c57e32c6413e74e56f2c1d1c6ac05e (diff) | |
download | ruby-8727eb77be16fa76a2f0a2293b48c0a052e73289.tar.gz |
* tool/update-deps: Extend to fix dependencies.
* common.mk: Dependencies updated by tool/update-deps.
* enc/depend: Ditto.
* ext/**/depend: Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pty')
-rw-r--r-- | ext/pty/depend | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/ext/pty/depend b/ext/pty/depend index cfcd3c910e..b280378ce1 100644 --- a/ext/pty/depend +++ b/ext/pty/depend @@ -1,6 +1,12 @@ -pty.o: pty.c $(HDRS) $(ruby_headers) \ - $(hdrdir)/ruby/io.h \ - $(hdrdir)/ruby/encoding.h \ - $(hdrdir)/ruby/oniguruma.h \ - $(hdrdir)/ruby/util.h \ - $(top_srcdir)/internal.h +pty.o: $(top_srcdir)/internal.h # ext/pty/pty.o: internal.h +pty.o: $(arch_hdrdir)/ruby/config.h # ext/pty/pty.o: .ext/include/x86_64-linux/ruby/config.h +pty.o: $(hdrdir)/ruby/defines.h # ext/pty/pty.o: include/ruby/defines.h +pty.o: $(hdrdir)/ruby/encoding.h # ext/pty/pty.o: include/ruby/encoding.h +pty.o: $(hdrdir)/ruby/intern.h # ext/pty/pty.o: include/ruby/intern.h +pty.o: $(hdrdir)/ruby/io.h # ext/pty/pty.o: include/ruby/io.h +pty.o: $(hdrdir)/ruby/missing.h # ext/pty/pty.o: include/ruby/missing.h +pty.o: $(hdrdir)/ruby/oniguruma.h # ext/pty/pty.o: include/ruby/oniguruma.h +pty.o: $(hdrdir)/ruby/ruby.h # ext/pty/pty.o: include/ruby/ruby.h +pty.o: $(hdrdir)/ruby/st.h # ext/pty/pty.o: include/ruby/st.h +pty.o: $(hdrdir)/ruby/subst.h # ext/pty/pty.o: include/ruby/subst.h +pty.o: $(hdrdir)/ruby/util.h # ext/pty/pty.o: include/ruby/util.h |