"Robert P. J. Day" <[EMAIL PROTECTED]> writes: > is there a definable search path for invoking other makefiles via > "make -f", analogous to "-I" for the include search path?
No. > or am i limited strictly to relative and absolute pathnames? Yes. You can play with MAKEFILES variable if you want to have something like "-f with -I search", e.g., MAKEFLAGS=myfile; make -f /dev/null See documentation for MAKEFILES variable in GNU make manual. -boris _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
