Re: Problem with .INTERMEDIATE

2000-03-21 Thread Tim Magill
On Wed, Mar 22, 2000 at 01:43:56PM +1100, Chris Rankin wrote: > Hi, > > We are seeing the following problem with GNU make versions 3.77 and 3.78.1 (Makefile >below): > > $ make bug.o > gcc-c -o bug.o bug.c > rm bug.o > > In other words, although we are *explicitly* requesting that this fil

Problem with .INTERMEDIATE

2000-03-21 Thread Chris Rankin
Hi, We are seeing the following problem with GNU make versions 3.77 and 3.78.1 (Makefile below): $ make bug.o gcc-c -o bug.o bug.c rm bug.o In other words, although we are *explicitly* requesting that this file be built, GNU make refuses to lift its "intermediate" status and deletes it ag