From: Adam Majer Newsgroups: comp.os.msdos.djgpp Subject: make and autodependency thing Date: Mon, 18 Jun 2001 23:13:31 -0500 Organization: The University of Manitoba Lines: 11 Message-ID: <3B2ED16B.ADE81A9B@galacticasoftware.com> NNTP-Posting-Host: annex1-15.cc.umanitoba.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: canopus.cc.umanitoba.ca 992948458 15162 130.179.154.76 (19 Jun 2001 11:00:58 GMT) X-Complaints-To: Postmaster AT cc DOT umanitoba DOT ca NNTP-Posting-Date: 19 Jun 2001 11:00:58 GMT X-Mailer: Mozilla 4.7 [en-gb] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all, 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.... Under borland there is the .autodepend statement in a Makefile but does such a thing exist under DJGPP? Thanks, Adam