build: Fix it.

* Makefile.am (.git/config): Add missing "\".

Change-Id: I0d1435ef33d9e6f2246631fa0eb8cbb617ea8fb5
This commit is contained in:
Clément Lassieur 2023-10-23 12:29:22 +02:00
parent 9210ca9b04
commit b6619c5db4
No known key found for this signature in database
GPG key ID: 89F96D4808F359C7

View file

@ -17,6 +17,7 @@
# Copyright © 2020, 2021, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> # Copyright © 2020, 2021, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
# Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> # Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
# Copyright © 2021 Andrew Tropin <andrew@trop.in> # Copyright © 2021 Andrew Tropin <andrew@trop.in>
# Copyright © 2023 Clément Lassieur <clement@lassieur.org>
# #
# This file is part of GNU Guix. # This file is part of GNU Guix.
# #
@ -1168,7 +1169,7 @@ cuirass-jobs: $(GOBJECTS)
.git/config: etc/git/gitconfig .git/config: etc/git/gitconfig
$(AM_V_at)if command -v git >/dev/null && test -d .git; then \ $(AM_V_at)if command -v git >/dev/null && test -d .git; then \
git config --fixed-value --replace-all include.path \ git config --fixed-value --replace-all include.path \
../etc/git/gitconfig ../etc/git/gitconfig; ../etc/git/gitconfig ../etc/git/gitconfig; \
fi fi
COMMIT_MSG_MAGIC = VGhpcyBpcyB0aGUgY29tbWl0LW1zZyBob29rIG9mIEd1aXg= COMMIT_MSG_MAGIC = VGhpcyBpcyB0aGUgY29tbWl0LW1zZyBob29rIG9mIEd1aXg=