1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix potential target type confliction [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-09-03 21:02:29 +09:00
parent 7c67d0fd79
commit 7b11247b4d
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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}' \