Re: Problem with .INTERMEDIATE

2000-03-25 Thread Paul D. Smith
%% Regarding Problem with .INTERMEDIATE; %% "Chris Rankin" <[EMAIL PROTECTED]> writes: cr> We are seeing the following problem with GNU make versions 3.77 cr> and 3.78.1 (Makefile below): cr> $ make bug.o cr> gcc-c -o bug.o bug.c cr> rm bug.o cr&g

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