Hi, I have a Makefile with:
-include $(addsuffix /module.mk,$(SUBDIRS)) inside the module.mk, I would like to know it's actual path, eg: /project/Makefile /project/src/module.mk invoking make from /project I'd like to get any of: /project/src /project/src/module.mk src src/module.mk any would do. Is there a way to do this apart from explicitly setting a variable inside module.mk itself? I've searched to see if perhaps some variable is already defined to the current file but didn't see anything. Nick _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
