"Variables and functions in all parts of a makefile are expanded when
read, except for
in recipes,.."
Variables are not expanded in recipes?  So how it seems $(var2) has
been expanded to "string2       tttt" in the following example:

var2="string2       tttt"
e12:
        echo $(var2)
echo "string2       tttt"
string2       tttt

_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to