mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instaed of
$(topdir). sorry! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
be953b4d1c
commit
dc8f58f6e8
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jun 22 21:29:25 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instaed of
|
||||
$(topdir). sorry!
|
||||
|
||||
Wed Jun 22 19:47:03 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* cont.c (cont_capture): add volatile.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOCK_HEADERS = $(srcdir)/rubysocket.h $(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
|
||||
$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/io.h \
|
||||
$(srcdir)/addrinfo.h $(srcdir)/sockport.h constdefs.h $(topdir)/internal.h
|
||||
$(srcdir)/addrinfo.h $(srcdir)/sockport.h constdefs.h $(top_srcdir)/internal.h
|
||||
|
||||
init.o: init.c $(SOCK_HEADERS)
|
||||
constants.o: constants.c constdefs.c $(SOCK_HEADERS)
|
||||
|
|
Loading…
Reference in a new issue