[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Simple Makefile problem
From: |
Mike Pelley |
Subject: |
Re: Simple Makefile problem |
Date: |
Tue, 28 Aug 2001 10:46:28 -0400 |
> It works just as expected for me:
>
> $ make
> Makefile:3: *** no good. Stop.
>
> You don't say what version of GNU make you're using, but be aware that
> the $(error ...) function was added in version 3.78, so you need to be
> using that or better.
I'm afraid that was the problem - 3.77 on the machine in question. I
did not suspect that $(error) was a recent addition, and I was reviewing
the info file on a different machine (which I should avoid).
Thanks very much for your help - it looks like I should have been able
to track this one down myself after all.
Mike.