summaryrefslogtreecommitdiff
path: root/template/configure-ext.mk.tmpl
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-04-06 20:25:53 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-04-07 09:47:10 +0900
commit17ce0b9b846a065065008b5fb2e9f8ad13058fa1 (patch)
treea379241fab01ea2961e65184b6dda89bd2284361 /template/configure-ext.mk.tmpl
parentdb3d111c1d1e90b400f1e737ded6a4e4bdf2cec8 (diff)
downloadruby-17ce0b9b846a065065008b5fb2e9f8ad13058fa1.tar.gz
Retrieve configured gems info
Diffstat (limited to 'template/configure-ext.mk.tmpl')
-rw-r--r--template/configure-ext.mk.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/configure-ext.mk.tmpl b/template/configure-ext.mk.tmpl
index 6636a7759c..8ba6b963e3 100644
--- a/template/configure-ext.mk.tmpl
+++ b/template/configure-ext.mk.tmpl
@@ -27,7 +27,7 @@ SCRIPT_ARGS = <%=script_args.gsub("#", "\\#")%>
EXTMK_ARGS = $(SCRIPT_ARGS) --gnumake=$(gnumake) --extflags="$(EXTLDFLAGS)" \
--make-flags="MINIRUBY='$(MINIRUBY)'"
-all: exts # gems
+all: exts gems
exts:
gems: