need help in makefile syntax??

May 17, 2011 at 1:26pm
tmp = `echo $$MKCS_RISLABEL | awk -F"_" '{print $$2}'`

ifeq ($(tmp),FSPR6CGR)
bash_Version="bash-3.2"
else
bash_Version="bash-3.1"
endif


this is a piece of code i am using in makefile. The comparison is failing all the time. Any specific reason?
can the comparison syntax of bash be used there?
May 17, 2011 at 2:58pm
Is environment var MKCS_RISLABEL set? As a matter of curiosity, what's it's value?
Topic archived. No new replies allowed.