this is not a functional change, just increasing consistency
https://www.gnu.org/software/make/manual/html_node/Reference.html#Reference
Depends on D6633
this is not a functional change, just increasing consistency
https://www.gnu.org/software/make/manual/html_node/Reference.html#Reference
Depends on D6633
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Why? For consistency or do they have different purposes in automake? I honestly do not know and your commit log says nothing about it.
I educated myself, both can be used and are basically the same: https://www.gnu.org/software/make/manual/html_node/Reference.html#Reference
"To substitute a variable’s value, write a dollar sign followed by the name of the variable in parentheses or braces: either ‘$(foo)’ or ‘${foo}’ is a valid reference to the variable foo."
Which makes this a consistency cleanup. Would be nice if you could add such a remark to the commit message. Fine to be applied for me.
Weird, I remember adding a note about this at some point. I guess it got lost during a rebase.