Sender: nate AT cartsys DOT com Message-ID: <37938E1A.DB3515AA@cartsys.com> Date: Mon, 19 Jul 1999 13:44:10 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.10 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: make question References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Andrew R. Gillett wrote: > > How do I get make to re-make all source files regardless of whether it > thinks they're up to date or not? It's usually easiest to make them not up to date, by using `touch' or deleting the targets or whatever. But you could also probably manage something with the -W option. -- Nate Eldredge nate AT cartsys DOT com