Ralf Wildenhues wrote:
> First, I think you wouldn't want `make' to keep trying to update
> hello.1

Well, if HELP2MAN is the command ':' that doesn't eat CPU time, it doesn't
matter.

> so a rule like 
>   if test '$(cross_compiling)' = yes

The value of $cross_compiling can also be 'maybe'. To be safe, I think
it's better to compare it via  != no

Bruno


Reply via email to