From 547c8e89e38d6e899914c05ddf6598669bd16532 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 12 Jan 2021 19:31:56 +0100 Subject: [PATCH] do not unshallow --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8b49d3e..3b1e447 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,6 @@ $(srcdir) $(extdir) $(with_config_file_scan_dir): .PHONY: pecl-check pecl-check: @if test -z "$(PECL)"; then echo "No pecl extension specified, e.g. PECL=pecl_http:http"; exit 1; fi - if test -d $(PECL_DIR)/.git; then cd $(PECL_DIR)/; git pull || test -z "$$CI"; fi .PHONY: pecl-clean pecl-clean: -- 2.30.2