From: Vincent Lefevre Date: Mon, 2 Jul 2018 10:25:13 +0000 (+0200) Subject: Add dependencies for keymap_alldefs.h in po/Makefile.in.in X-Git-Tag: mutt-1-11-rel~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3e4119488305868b78a76fcfb9f5196ee75a47e;p=mutt Add dependencies for keymap_alldefs.h in po/Makefile.in.in These dependencies are based on those from Makefile.am and are needed so that "make update-po" gets the new strings from OPS, etc. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 772ac1d5..2295752f 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -81,7 +81,7 @@ all: all-@USE_NLS@ all-yes: $(CATALOGS) all-no: -$(top_builddir)/keymap_alldefs.h: +$(top_builddir)/keymap_alldefs.h: $(top_srcdir)/OPS $(top_srcdir)/OPS.SIDEBAR $(top_srcdir)/OPS.PGP $(top_srcdir)/OPS.MIX $(top_srcdir)/OPS.CRYPT $(top_srcdir)/OPS.SMIME $(top_srcdir)/gen_defs ( cd $(top_builddir) && $(MAKE) keymap_alldefs.h ) # Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot',