Tzafrir Cohen <[EMAIL PROTECTED]> writes: > $(LIST2): $(LIST) > $(COMMAND) > > $(LIST1): $(LIST) > $(COMMAND)
This makes every file in LIST1 and LIST2 dependent on every file in LIST. Thus, make will regenerate fooCDU_1baz.c whenever barCDUbaz.c is touched. I think... -- Oleg Goldshmidt | [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
