Hi, This is an out of the way solution. But it will work in makefiles. Create a makefile like this tmp = abcd abcd = HELLO print: echo $($(tmp)) This will work. Regards, Romit