On 1/9/07, Danny Boelens <[EMAIL PROTECTED]> wrote:
You can solve this problem with order-only prerequisites (note the '|'
character):
$(objs):%.o:%.c | $(BUILDDIR)
    $(CC) -c $< -o $(BUILDDIR)/$@

See 4.3 "Types of Prerequisites" in the GNU Make documentation for more
documentation.

Thanks, that works!

Regards
Michal Nowikowski


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to