Kalle Olavi Niemitalo <[EMAIL PROTECTED]> writes:

> -%.gmo: $(srcdir)/%.po
> -     @file=`echo $* | sed 's,.*/,,'`.gmo \
> -       && rm -f $$file && echo -n $*": " \
> -       && $(GMSGFMT) --statistics -o $$file $<

> +$(srcdir)/%.gmo: $(srcdir)/%.po
> +     rm -f -- "$@" && printf "%s: " "$*" \
> +       && $(GMSGFMT) --statistics -o "$@" -- "$<"

Sorry, I lost the initial @ there.  Please just add it back.
I'm not going to post another patch for that.

Attachment: pgpxIhcKPw2Ma.pgp
Description: PGP signature

_______________________________________________
elinks-dev mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Reply via email to