summaryrefslogtreecommitdiff
path: root/template/Makefile.in
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-10-21 15:18:26 +0900
committernagachika <nagachika@ruby-lang.org>2022-10-21 15:18:26 +0900
commit000cb2241425a6f073066bd6acc56190b361f9e8 (patch)
tree1214db8f52f90e9eb8e93ecee31aab333e09d0fe /template/Makefile.in
parent905a1eb690f86bc6c711b16e2f52bfb6d45e9d4c (diff)
merge revision(s) bc5b9be1ee44817614bc8311e671fc79ca730625:
Move duplicate dependencies --- common.mk | 2 ++ template/Makefile.in | 5 ----- win32/Makefile.sub | 2 -- 3 files changed, 2 insertions(+), 7 deletions(-)
Diffstat (limited to 'template/Makefile.in')
-rw-r--r--template/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 787714a58b..2110d53ec1 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -334,10 +334,6 @@ pre-install-local:: pkgconfig-data
ruby-runner.h: template/ruby-runner.h.in config.status
@./config.status --file=$@:$(srcdir)/template/$(@F).in
-$(RBCONFIG): $(PREP)
-
-rbconfig.rb: $(RBCONFIG)
-
install-cross: $(arch)-fake.rb $(RBCONFIG) rbconfig.rb $(arch_hdrdir)/ruby/config.h \
$(LIBRUBY_A) $(LIBRUBY_SO) $(ARCHFILE) pkgconfig-data
$(ECHO) installing cross-compiling stuff
@@ -650,7 +646,6 @@ $(INSNS): $(srcdir)/insns.def vm_opts.h \
$(ECHO) generating $@
$(Q) $(BASERUBY) -Ku $(tooldir)/insns2vm.rb $(INSNS2VMOPT) $@
-verconf.h: $(RBCONFIG)
loadpath: verconf.h
@$(CPP) $(XCFLAGS) $(CPPFLAGS) $(srcdir)/loadpath.c | \