From 3a589c69798fd2ed541e326c2d2d472071f6bc13 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 10 Aug 2013 23:55:09 +0000 Subject: [PATCH] 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 --- ext/-test-/bignum/depend | 1 + ext/-test-/debug/depend | 1 + ext/-test-/exception/depend | 1 + ext/-test-/string/depend | 1 + 4 files changed, 4 insertions(+) diff --git a/ext/-test-/bignum/depend b/ext/-test-/bignum/depend index 947441064c..b3fba1ea34 100644 --- a/ext/-test-/bignum/depend +++ b/ext/-test-/bignum/depend @@ -1,3 +1,4 @@ +extconf.h: $(SRCS) $(OBJS): $(HDRS) $(ruby_headers) intpack.o: intpack.c $(top_srcdir)/internal.h diff --git a/ext/-test-/debug/depend b/ext/-test-/debug/depend index 3cbdbe5a26..fb46c351ba 100644 --- a/ext/-test-/debug/depend +++ b/ext/-test-/debug/depend @@ -1,2 +1,3 @@ +extconf.h: $(SRCS) init.o: $(HDRS) $(ruby_headers) inspector.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h diff --git a/ext/-test-/exception/depend b/ext/-test-/exception/depend index 79b6c53f50..ceb532a66e 100644 --- a/ext/-test-/exception/depend +++ b/ext/-test-/exception/depend @@ -1,3 +1,4 @@ +extconf.h: $(SRCS) $(OBJS): $(HDRS) $(ruby_headers) \ $(hdrdir)/ruby/encoding.h \ $(hdrdir)/ruby/oniguruma.h diff --git a/ext/-test-/string/depend b/ext/-test-/string/depend index 86617ff289..9ee6ff0944 100644 --- a/ext/-test-/string/depend +++ b/ext/-test-/string/depend @@ -1,3 +1,4 @@ +extconf.h: $(SRCS) $(OBJS): $(HDRS) $(ruby_headers) \ $(hdrdir)/ruby/encoding.h \ $(hdrdir)/ruby/oniguruma.h