File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1485,7 +1485,7 @@ dist:
14851485up :: update-remote
14861486
14871487up$(DOT_WAIT ) ::
1488- -$(Q )$(MAKE ) $(mflags ) Q=$(Q ) REVISION_FORCE=PHONY ALWAYS_UPDATE_UNICODE= after-update
1488+ -$(Q )$(MAKE ) $(mflags ) Q=$(Q ) REVISION_FORCE=PHONY ALWAYS_UPDATE_UNICODE= MINIRUBY= $( BASERUBY ) after-update
14891489
14901490yes ::
14911491no ::
@@ -1494,6 +1494,7 @@ after-update:: common-srcs
14941494after-update :: $(REVISION_H )
14951495after-update :: extract-extlibs
14961496after-update :: extract-gems
1497+ after-update :: update-default-gemspecs
14971498
14981499update-src ::
14991500 $(Q ) $(RM ) $(REVISION_H ) revision.h " $( srcdir) /$( REVISION_H) " " $( srcdir) /revision.h"
Original file line number Diff line number Diff line change @@ -411,6 +411,7 @@ $(srcdir)/.bundle/gems:
411411
412412ifneq ($(DOT_WAIT ) ,)
413413up :: $(DOT_WAIT ) after-update
414+ after-update :: MINIRUBY = $(BASERUBY )
414415endif
415416
416417ifneq ($(filter update-bundled_gems refresh-gems,$(MAKECMDGOALS ) ) ,)
You can’t perform that action at this time.
0 commit comments