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.
