help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

3.81 problem with $(eval function


From: ali hagigat
Subject: 3.81 problem with $(eval function
Date: Mon, 14 Mar 2011 14:20:44 +0330

I tested make 3.81 with:
var1=1111
e12:
        @echo $(eval $(call var1))

/root/makefiles_examples> make -f makefile23
makefile23:3: *** missing separator.  Stop.

But @echo $( eval $(call var1)) is OK. One space was added after "$("
and before "eval".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]