summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-03 21:02:29 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-03 21:02:29 +0900
commit7b11247b4dc6b04c3ba3876009145ce0dbf78662 (patch)
tree04839f38f692ab0dd7db5fccc875dd5091c06afb
parent7c67d0fd79a3cffe857587fa3cf576b611023840 (diff)
Fix potential target type confliction [ci skip]
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 430eade9ad..447239a5ae 100644
--- a/common.mk
+++ b/common.mk
@@ -844,7 +844,7 @@ extconf: $(PREP)
rbconfig.rb: $(RBCONFIG)
-$(HAVE_BASERUBY:no=)$(RBCONFIG): $(PREP)
+$(HAVE_BASERUBY:no=)$(RBCONFIG)$(HAVE_BASERUBY:no=): $(PREP)
$(RBCONFIG): $(tooldir)/mkconfig.rb config.status $(srcdir)/version.h
$(Q)$(BOOTSTRAPRUBY) -n \
-e 'BEGIN{version=ARGV.shift;mis=ARGV.dup}' \