I figured out how to fix it, thanks.

define say
    sth := $(1)
    $$(info sth=$$(sth))
endef


2010/2/23 gaoyong pan <[email protected]>:
> Does anyone know why $(sth) is empty?
>
> define say
>    sth := $(1)
>    $(info sth=$(sth))
> endef
>
> default:
>        $(eval $(call say,its_nice))
>
> --
> Best Regards
> Linux user #384184
> @ http://counter.li.org/
>



-- 
Best Regards
Linux user #384184
@ http://counter.li.org/


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

Reply via email to