gnu-misc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makefile question: always recompile a file


From: Ahem A Rivet's Shot
Subject: Re: makefile question: always recompile a file
Date: Wed, 26 Aug 2009 22:51:05 +0100

On Wed, 26 Aug 2009 14:02:39 -0700 (PDT)
Jim <james.ro123@yahoo.com> wrote:

> I'm using a make program similar to gnu make.  I'd like to always
> recompile a file whenever ANY file is compiled (or assembled).

        One way which should work with any make is to have the object in
question depend on all source files even though the action only refers to
one of them.

-- 
Steve O'Hara-Smith                          |   Directable Mirror Arrays
C:>WIN                                      | A better way to focus the sun
The computer obeys and wins.                |    licences available see
You lose and Bill collects.                 |    http://www.sohara.org/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]