diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 96fb2780291..34a725f5349 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1167,7 +1167,8 @@ cuirass-jobs: $(GOBJECTS) | |||
| 1167 | 1167 | ||
| 1168 | .git/config: etc/git/gitconfig | 1168 | .git/config: etc/git/gitconfig |
| 1169 | $(AM_V_at)if command -v git >/dev/null && test -d .git; then \ | 1169 | $(AM_V_at)if command -v git >/dev/null && test -d .git; then \ |
| 1170 | git config --add include.path ../etc/git/gitconfig; \ | 1170 | git config --fixed-value --replace-all include.path \ |
| 1171 | ../etc/git/gitconfig ../etc/git/gitconfig; | ||
| 1171 | fi | 1172 | fi |
| 1172 | 1173 | ||
| 1173 | COMMIT_MSG_MAGIC = VGhpcyBpcyB0aGUgY29tbWl0LW1zZyBob29rIG9mIEd1aXg= | 1174 | COMMIT_MSG_MAGIC = VGhpcyBpcyB0aGUgY29tbWl0LW1zZyBob29rIG9mIEd1aXg= |
