[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Digression of How To



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