mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/depend: Add a dependency for ifaddr.o.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ad6ae1db0a
commit
a84c2941c2
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu May 16 02:03:39 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/socket/depend: Add a dependency for ifaddr.o.
|
||||
|
||||
Thu May 16 01:44:45 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (verconf.h): $< cannot be used in explicit rules with
|
||||
|
|
|
@ -9,6 +9,7 @@ init.o: init.c $(SOCK_HEADERS)
|
|||
constants.o: constants.c constdefs.c $(SOCK_HEADERS)
|
||||
basicsocket.o: basicsocket.c $(SOCK_HEADERS)
|
||||
socket.o: socket.c $(SOCK_HEADERS)
|
||||
ifaddr.o: ipsocket.c $(SOCK_HEADERS)
|
||||
ipsocket.o: ipsocket.c $(SOCK_HEADERS)
|
||||
tcpsocket.o: tcpsocket.c $(SOCK_HEADERS)
|
||||
tcpserver.o: tcpserver.c $(SOCK_HEADERS)
|
||||
|
|
Loading…
Reference in a new issue