From d025ff29c4f34e7eb1c2f779faa5c6a939b2afe0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 22 Feb 2023 10:10:11 +0900 Subject: Clone bundled gem sources only if GIT is available --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') 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)" \ -- cgit v1.2.1