Closed Timmmm closed 2 months ago
Tabs should only be used for recipes. For ifeq and similar you need to use spaces. This is documented here: https://www.gnu.org/software/make/manual/html_node/Conditional-Syntax.html
ifeq
Extra spaces are allowed and ignored at the beginning of the conditional directive line, but a tab is not allowed.
Older versions of Make do not enforce this, but it seems like newer versions do (I'm using one built from source some time after 4.4.1).
Tabs should only be used for recipes. For
ifeq
and similar you need to use spaces. This is documented here: https://www.gnu.org/software/make/manual/html_node/Conditional-Syntax.htmlOlder versions of Make do not enforce this, but it seems like newer versions do (I'm using one built from source some time after 4.4.1).