summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-11 13:10:55 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-11 13:10:55 +0900
commit31ee6f6f5d7f562f065dfe364bb9afb09274948c (patch)
tree7e983c87f6620412ab1eea65cce54b5ea1db667b /common.mk
parent6eaac7cfac668d6669be694fd7b723c4982ed218 (diff)
Extract gem files after update
So that test/optparse/test_did_you_mean.rb can find did_you_mean.rb.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 221db49dce..e73805412c 100644
--- a/common.mk
+++ b/common.mk
@@ -1253,6 +1253,7 @@ yes::
no::
after-update:: extract-extlibs
+after-update:: extract-gems
update-remote:: update-src update-download
update-download:: $(ALWAYS_UPDATE_UNICODE:yes=update-unicode)