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:
parent
7c67d0fd79
commit
7b11247b4d
1 changed files with 1 additions and 1 deletions
|
@ -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}' \
|
||||
|
|
Loading…
Reference in a new issue