quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] problem with --disable-nls


From: Andreas Gruenbacher
Subject: Re: [Quilt-dev] problem with --disable-nls
Date: Mon, 19 Sep 2005 11:49:00 +0200
User-agent: KMail/1.8

On Monday 19 September 2005 11:16, Jean Delvare wrote:
> Hi all,
>
> --disable-nls is broken in CVS, because of the following rule in
> Makefile.in:
>
> all : scripts $(COMPAT_PROGRAMS:%=compat/%) $(LINGUAS:%=po/%.mo)
>
> The last part should be conditional upon $(MSGFMT) not being empty. Not
> sure how to fix it cleanly though. Ideas?

        $(if $(MSGFMT),$(LINGUAS:%=po/%.mo))

Fixed, thanks.

-- Andreas.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]