Noel Yap <[EMAIL PROTECTED]> writes:

> Try:
> 
> $ cat >bar.make
> include foo.make
> $(warning $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))))

You gotta be kidding me!

p := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
include foo.make
$(warning $p)

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to