On 2006-2-20 17:50 UTC, richard t wrote: > > ok the problem that I get is that the macro ($<) does > not seem to iterate for the > different source files
By 'iterate', do you mean handling the whole list of prerequisites? '$<' is just the first prerequisite. '$^' contains all of them. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
