summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2023-10-23 12:29:22 +0200
committerClément Lassieur <clement@lassieur.org>2023-10-23 12:50:26 +0200
commitb6619c5db410fb01e552c6168bd6bc7f41c6c993 (patch)
treebc203bdd0606dd4506940ddf54d856a5c8d1e5b6 /Makefile.am
parent9210ca9b0498d3360ee247841a6bd212d6aa8ec4 (diff)
build: Fix it.
* Makefile.am (.git/config): Add missing "\". Change-Id: I0d1435ef33d9e6f2246631fa0eb8cbb617ea8fb5
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 34a725f5349..c99f2f2911a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,7 @@
17# Copyright © 2020, 2021, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> 17# Copyright © 2020, 2021, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
18# Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> 18# Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
19# Copyright © 2021 Andrew Tropin <andrew@trop.in> 19# Copyright © 2021 Andrew Tropin <andrew@trop.in>
20# Copyright © 2023 Clément Lassieur <clement@lassieur.org>
20# 21#
21# This file is part of GNU Guix. 22# This file is part of GNU Guix.
22# 23#
@@ -1168,7 +1169,7 @@ cuirass-jobs: $(GOBJECTS)
1168.git/config: etc/git/gitconfig 1169.git/config: etc/git/gitconfig
1169 $(AM_V_at)if command -v git >/dev/null && test -d .git; then \ 1170 $(AM_V_at)if command -v git >/dev/null && test -d .git; then \
1170 git config --fixed-value --replace-all include.path \ 1171 git config --fixed-value --replace-all include.path \
1171 ../etc/git/gitconfig ../etc/git/gitconfig; 1172 ../etc/git/gitconfig ../etc/git/gitconfig; \
1172 fi 1173 fi
1173 1174
1174COMMIT_MSG_MAGIC = VGhpcyBpcyB0aGUgY29tbWl0LW1zZyBob29rIG9mIEd1aXg= 1175COMMIT_MSG_MAGIC = VGhpcyBpcyB0aGUgY29tbWl0LW1zZyBob29rIG9mIEd1aXg=