%% "Jai Maraj" <[EMAIL PROTECTED]> writes:
jm> I'm having trouble using a 'target specific variable' .
jm> I haven't used this feature before and am sure what I'm doing wrong.
jm> Makefile content is
jm> jaitest: MYVAR=friend
jm> @echo Hello $(MYVAR)
This is not a target-spec
Hi Support,
Please help me out here.
I'm having trouble using a 'target specific variable' .
I haven't used this feature before and am sure what I'm doing wrong.
Makefile content is
jaitest: MYVAR=friend
@echo Hello $(MYVAR)
Command make -f jaimake.mk jaitest fails with the following e