Why does makefile with pipe in shell script not work?
I have the following code:
`shell date` is not updating for a recursively expanded variable in make
I am trying to learn and I have come across recursively expanded variables. I understand that these variables are expanded during invocation and not at the time of definition. However, I get the same date inside the test
rule both the times.