зеркало из https://github.com/github/ruby.git
ext/-test-/*/depend: TEST_INIT_FUNCS
* ext/-test-/{bignum,debug,exception,string}/depend: TEST_INIT_FUNCS is created by globbing in extconf.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
51705124e8
Коммит
3a589c6979
|
@ -1,3 +1,4 @@
|
|||
extconf.h: $(SRCS)
|
||||
$(OBJS): $(HDRS) $(ruby_headers)
|
||||
|
||||
intpack.o: intpack.c $(top_srcdir)/internal.h
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
extconf.h: $(SRCS)
|
||||
init.o: $(HDRS) $(ruby_headers)
|
||||
inspector.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
extconf.h: $(SRCS)
|
||||
$(OBJS): $(HDRS) $(ruby_headers) \
|
||||
$(hdrdir)/ruby/encoding.h \
|
||||
$(hdrdir)/ruby/oniguruma.h
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
extconf.h: $(SRCS)
|
||||
$(OBJS): $(HDRS) $(ruby_headers) \
|
||||
$(hdrdir)/ruby/encoding.h \
|
||||
$(hdrdir)/ruby/oniguruma.h
|
||||
|
|
Загрузка…
Ссылка в новой задаче