From: "Andy Woodcock" Newsgroups: comp.os.msdos.djgpp Subject: MAKE unsolicited rm of C-source modules. Date: Mon, 18 Nov 2002 20:15:40 -0000 Lines: 11 Message-ID: NNTP-Posting-Host: 62.136.148.205 X-Trace: newsg1.svr.pol.co.uk 1037650800 22243 62.136.148.205 (18 Nov 2002 20:20:00 GMT) NNTP-Posting-Date: 18 Nov 2002 20:20:00 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Running under Win98 the Make tool generates UNSOLICITED "rm" command at the end of the build process e.g. rm file_x.c file_y.c file_z.c 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? Cheers.