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 statementsmaint
commit
2b49e41155
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue