mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert r42502 "ext/-test-/*/depend: TEST_INIT_FUNCS"
Makefiles should be re-configured by extract_makefile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
49826b4b72
commit
e315aa0c41
4 changed files with 0 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
extconf.h: $(SRCS)
|
||||
$(OBJS): $(HDRS) $(ruby_headers)
|
||||
|
||||
intpack.o: intpack.c $(top_srcdir)/internal.h
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
extconf.h: $(SRCS)
|
||||
init.o: $(HDRS) $(ruby_headers)
|
||||
inspector.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
extconf.h: $(SRCS)
|
||||
$(OBJS): $(HDRS) $(ruby_headers) \
|
||||
$(hdrdir)/ruby/encoding.h \
|
||||
$(hdrdir)/ruby/oniguruma.h
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
extconf.h: $(SRCS)
|
||||
$(OBJS): $(HDRS) $(ruby_headers) \
|
||||
$(hdrdir)/ruby/encoding.h \
|
||||
$(hdrdir)/ruby/oniguruma.h
|
||||
|
|
Loading…
Reference in a new issue