Skip to content
Snippets Groups Projects
Commit fe278cec authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[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.
parent 0ce4d5d5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment