Re: Please help with syntax for target specific variable

2002-08-27 Thread Paul D. Smith
%% "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

Please help with syntax for target specific variable

2002-08-27 Thread Jai Maraj
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