> -       cd $(bindir); for i in $(ALLPROGS); do test -f $$i && { echo strip $$i; 
>strip $$i || true; }; done; true
> +       # cd $(bindir); for i in $(ALLPROGS); do test -f $$i && { echo strip $$i; 
>strip $$i || true; }; done; true

Sorry, but I really cannot understand why the above command can cause
an error for make. Do you have a broken "true" :-) ?

Thomas

Reply via email to