%% Nicholas Leippe <[EMAIL PROTECTED]> writes: nl> inside the module.mk, I would like to know it's actual path
nl> Is there a way to do this apart from explicitly setting a variable nl> inside module.mk itself? In GNU make 3.80, see the MAKEFILE_LIST variable. In versions prior to that, there is no way. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
