[makefile] avoid spaces before arguments in makefile functions
When calling makefile functions, whitespace after commas can lead to unexpected results (especially for the 'call' function, see www.gnu.org/software/make/manual/html_node/Call-Function.html#Call-Function). Some of the changes in this commit are unnecessary, but providing a more uniform style should prevent future bugs similar to #130.
Showing
- Makefile 64 additions, 64 deletionsMakefile
- Makefile.generating 16 additions, 16 deletionsMakefile.generating
- share/Makefile.clean 6 additions, 6 deletionsshare/Makefile.clean
- share/Makefile.dynamic 5 additions, 5 deletionsshare/Makefile.dynamic
- share/Makefile.plugin.template 27 additions, 27 deletionsshare/Makefile.plugin.template
Loading
Please register or sign in to comment