Date: Tue, 19 Jun 2001 14:54:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Adam Majer cc: djgpp AT delorie DOT com Subject: Re: make and autodependency thing In-Reply-To: <3B2ED16B.ADE81A9B@galacticasoftware.com> 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 Mon, 18 Jun 2001, Adam Majer wrote: > Does anyone know how to make "make" understand that a new version of > file.o is already there (ie. time is earlier than file.c, for ex) and > not to invoke the rule to compile it again, and again, and again.... Make does that by default, unless you have some weird rules in your Makefile which defeat that. But since you didn't show the relevant Makefile fragment and didn't even describe what you are trying to do, it is very hard to tell something more specific. > Under borland there is the .autodepend statement in a Makefile but does > such a thing exist under DJGPP? Can't say I know what .autodepend does. Last time I used Borland's compiler was 6 years ago, and I didn't care much about their version of Make even then.