bug-gettext
[Top][All Lists]
Advanced

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

[bug-gettext] missing top_builddir def in Makefile.in.in


From: Samuel Thibault
Subject: [bug-gettext] missing top_builddir def in Makefile.in.in
Date: Fri, 2 Nov 2018 19:50:14 +0100
User-agent: NeoMutt/20170113 (1.7.2)

Hello,

When generating po/Makefile.in.in in my project, that file references
top_builddir in the Makefile dependency:

Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@
        cd $(top_builddir) \
          && @SHELL@ ./config.status $(subdir)/address@hidden po-directories

but that is not defined in the file:

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

etc.

Samuel



reply via email to

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