summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-22 10:10:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-22 10:23:06 +0900
commitd025ff29c4f34e7eb1c2f779faa5c6a939b2afe0 (patch)
treebccef5229eca5e7ed1a48bd680d8df3866c24dd3 /common.mk
parentac5a949c2a973d2f715bc38dd30f8a2539e64c29 (diff)
downloadruby-d025ff29c4f34e7eb1c2f779faa5c6a939b2afe0.tar.gz
Clone bundled gem sources only if GIT is available
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index a2318ac708..ceba68c477 100644
--- a/common.mk
+++ b/common.mk
@@ -1411,7 +1411,7 @@ extract-gems$(gnumake:yes=-sequential): PHONY
-e 'end' \
gems/bundled_gems
-extract-gems$(gnumake:yes=-sequential): clone-bundled-gems-src
+extract-gems$(gnumake:yes=-sequential): $(HAVE_GIT:yes=clone-bundled-gems-src)
clone-bundled-gems-src: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)" \