summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-05-04 18:40:49 +0200
committerLudovic Courtès <ludo@gnu.org>2023-05-04 18:43:28 +0200
commita5d719012e0f5115aa89b767edc1fe1a3505915c (patch)
tree8965876de32c70545be6195fa82d8c8c67191d72 /Makefile.am
parentf14d3944cc699d1426c31b304fb49b72a579666a (diff)
downloadguix-a5d719012e0f5115aa89b767edc1fe1a3505915c.tar.gz
build: Do not fail when 'git' is missing.
This is a followup to 8b972da068708a8b17f3ab153ea940690ca49ca9.

* Makefile.am (.git/config): Add dash.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a9124e0c2..3e4fb90a68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1118,7 +1118,7 @@ cuirass-jobs: $(GOBJECTS)
 	cp etc/git/pre-push .git/hooks/pre-push
 
 .git/config: etc/git/gitconfig
-	git config include.path ../etc/git/gitconfig
+	-git config include.path ../etc/git/gitconfig
 
 nodist_noinst_DATA = .git/hooks/pre-push .git/config