From 6096d9ccc3f0b963010a47febce7e44c8632c23b Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Fri, 29 May 2015 12:00:58 +0200 Subject: Makefile: make custom-entities.ent depend on Makefile.am When Makefile.am is modified, make sure custom-entities.ent is rebuilt. After all, $(substitutions) is defined there, so changes of that variable must be reflected in the resulting file. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e4a86168ba..e18bb5cd00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6602,7 +6602,7 @@ EXTRA_DIST += \ # ------------------------------------------------------------------------------ if ENABLE_MANPAGES -man/custom-entities.ent: configure.ac +man/custom-entities.ent: Makefile.am configure.ac $(AM_V_GEN)$(MKDIR_P) $(dir $@) $(AM_V_GEN)(echo '' && \ printf '$(subst '|,\n,$(substitutions))))') \ -- cgit v1.2.3-54-g00ecf