On Thu, Jun 12, 2008 at 4:04 PM, Boris Godin <[EMAIL PROTECTED]> wrote: > store/$(DIR)/%.c: src1/$(DIR)/%.c src2/$(DIR)/%.c ... > exist. In my case some file in src1 or src2 may not exist (*** no rule to
i'm not sure if this'll work, but it might: store/$(DIR)/%.c: $(wildcard src1/$(DIR)/%.c src2/$(DIR)/%.c) :-? -- ----- stephan beal http://wanderinghorse.net/home/stephan/ _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
