mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
51705124e8
commit
3a589c6979
4 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue