[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple target patterns
From: |
Stephan Beal |
Subject: |
Re: Multiple target patterns |
Date: |
Thu, 12 Jun 2008 16:48:59 +0200 |
On Thu, Jun 12, 2008 at 4:04 PM, Boris Godin <address@hidden> 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/
- Multiple target patterns, Boris Godin, 2008/06/11
- Re: Multiple target patterns, Boris Godin, 2008/06/11
- Re: Multiple target patterns, Boris Godin, 2008/06/11
- RE: Multiple target patterns, Dave Korn, 2008/06/11
- Re: Multiple target patterns, Boris Godin, 2008/06/12
- Re: Multiple target patterns,
Stephan Beal <=
- Re: Multiple target patterns, Boris Godin, 2008/06/12
- Re: Multiple target patterns, Paul Smith, 2008/06/12
- Re: Multiple target patterns, Boris Godin, 2008/06/12