Date: Mon, 18 Nov 2002 15:36:23 -0500 Message-Id: <200211182036.gAIKaNp25462@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (wood@addanc.freeserve.co.uk) Subject: Re: MAKE unsolicited rm of C-source modules. References: 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 > NOTE there is no invocation of "rm" in the actual make file. Has anybody see > this before and if so what do I do to stop it? This is normal. Look up .PRECIOUS in the make documentation.