Merge branch 'tb/make-indent-conditional-with-non-spaces'

Adjust to an upcoming changes to GNU make that breaks our Makefiles.

* tb/make-indent-conditional-with-non-spaces:
  Makefile(s): do not enforce "all indents must be done with tab"
  Makefile(s): avoid recipe prefix in conditional statements
maint
Junio C Hamano 2024-04-16 14:50:29 -07:00
commit 2b49e41155
5 changed files with 136 additions and 135 deletions

View File

@ -3,3 +3,4 @@
git-gui.sh encoding=UTF-8 git-gui.sh encoding=UTF-8
/po/*.po encoding=UTF-8 /po/*.po encoding=UTF-8
/GIT-VERSION-GEN eol=lf /GIT-VERSION-GEN eol=lf
Makefile whitespace=!indent,trail,space