[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Automatic prerequisites Vs targets
From: |
Allan Wind |
Subject: |
Re: Automatic prerequisites Vs targets |
Date: |
Tue, 17 Jun 2008 23:17:47 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
On 2008-06-18T12:50:42+1000, nidujay wrote:
> One thing I noticed is that the dependency files are generated even
> when the target doesn't require them (e.g. make clean).
An easy way to address that particular problem (make clean) is to
conditionally include the file based on the target being executed.
/Allan