Date: Mon, 29 Jan 2001 08:21:54 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: David Krmpotic cc: djgpp AT delorie DOT com Subject: Re: forcing DJGPP's make.exe to proccess ALL lines In-Reply-To: <9527f7$n1v$1@planja.arnes.si> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 28 Jan 2001, David Krmpotic wrote: > how to force make to compile all files in makefile even if it thinks that > "no new changes need to be made" The switch is -W, but you still need to give the name of a file on which all the other files depend. Typically, this is some header file which all files include.