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
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