[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Breakage in out-of-tree builds
From: |
Gavin Smith |
Subject: |
Re: Breakage in out-of-tree builds |
Date: |
Sun, 16 Apr 2017 16:32:45 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sat, Apr 15, 2017 at 11:12:05PM +0200, Hans-Bernhard Bröker wrote:
> But in a VPATH build, there is no makefile in
> $(srcdir)/../po_document. The
> Makefile to be used is in $(builddir)/../po_document instead, or the shorter
> version: ../po_document. So the above rule really should become
>
> $(srcdir)/../po_document/'"$lingua.gmo"':
> $(srcdir)/../po_document/'"$lingua.po"'
> cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) '"$lingua.gmo"'
>
I've made this change.