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,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…
Add table
Add a link
Reference in a new issue