Hi everybody,
I'm writing a simple makefile line like this :

$(foreach var,1 2 3,$(info $(var))))

Make tell me "missing separator" error , but I know $(info $(var))
will feed nothing to Make, so , there
should not be this error , right ? Thanks in advance .

_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to