%% "Doron Bleiberg" <[EMAIL PROTECTED]> writes: db> I know that I can use VPATH for the prerequisites, but how can I db> search for files in the Link stage ?
Not sure what you mean. If you use automatic variables in your link command line, instead of hardcoding the filenames, then it will all Just Work. See the GNU make manual section on VPATH/vpath. -- ------------------------------------------------------------------------------- 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://lists.gnu.org/mailman/listinfo/help-make
