Hi, I have two lists with same number of items in each one.
DIRS is a list of directories TARGETS is a list of targets I want to do something like: foreach num from 1 to MAX_NUM $(MAKE) -C $(DIR)[$num] $(TARGET)[$num] Is there a way to do it in make, or should I use shell instead ? Thanks Yossi _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
