Jens Schweikhardt <[EMAIL PROTECTED]> writes: > t1 t2 t3: dep1 dep2 dep3 > > Is this three targets with three dependencies or one target with one > dependency? Or some combination thereof? There is no make mechanism to > disambiguate the situation with some sort of quoting or escape > character saying "this space not a delimiter, but part of a file name".
How about t1 t2\ t3: dep1\ dep2 dep3 Not sure about SUS but this works in GNU. -boris _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
