Skip to content

Commit 35d39c2

Browse files
committed
update-default-gemspecs needs rbconfig.rb
1 parent bfba263 commit 35d39c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ yes-test-bundled-gems-precheck: $(PRECHECK_BUNDLED_GEMS:yes=main)
15801580
no-test-bundled-gems-precheck:
15811581

15821582
yes-update-default-gemspecs no-update-default-gemspecs: update-default-gemspecs
1583-
update-default-gemspecs: $(PREP)
1583+
update-default-gemspecs: $(PREP) $(RBCONFIG)
15841584
@$(MAKEDIRS) $(srcdir)/.bundle/specifications
15851585
$(Q)$(MINIRUBY) -W0 -C "$(srcdir)" -I tool/lib -roptparse -routput -rbundled_gem \
15861586
-e "(out = Output.new).def_options(ARGV.options)" \

0 commit comments

Comments
 (0)