On Fri, 2007-05-04 at 23:18 -0400, Vin Shelton wrote: > Is it possible to include directory names containing spaces in vpath?
No. In fact, GNU make in general cannot deal with either file or directory names that contain whitespace. There are other places besides VPATH where this will not work. -- ------------------------------------------------------------------------------- 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
