On Mon, Mar 25, 2024 at 7:40 PM Tomas Volf <~@wolfsden.cz> wrote: > I am currently trying to figure out how to correctly pass CC variable to the > make. Passing it as an make variable (`make CC=gcc') seems to work in almost > all cases, but it fails for the `$(shell ...)' construct.
Export to $(shell) was fixed in make-4.4. Are you using an older version of make? regards, Dmitry