To the first makefile, if I invoke make DEBUG=1, I can add the DFLAG variable to my makefile. But to the second, though I invoke make DEBUG=1, the DFLAG variable is not set. My system is Debian. And I'm using gnu make.
Would anyone please explain why this happens for me?
Any help would be appreciated and thanks in advance.