]> granicus.if.org Git - mutt/commitdiff
Add dependencies for keymap_alldefs.h in po/Makefile.in.in
authorVincent Lefevre <vincent@vinc17.net>
Mon, 2 Jul 2018 10:25:13 +0000 (12:25 +0200)
committerVincent Lefevre <vincent@vinc17.net>
Mon, 2 Jul 2018 10:25:13 +0000 (12:25 +0200)
These dependencies are based on those from Makefile.am and are needed
so that "make update-po" gets the new strings from OPS, etc.

po/Makefile.in.in

index 772ac1d5a0ea876ee5ed0890b105827160ecf842..2295752fbd2ef0dd164e9e7324013bfd63eaf9d9 100644 (file)
@@ -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',