From: Daniel Mack Date: Fri, 29 May 2015 10:00:58 +0000 (+0200) Subject: Makefile: make custom-entities.ent depend on Makefile.am X-Git-Tag: v221~265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6096d9ccc3f0b963010a47febce7e44c8632c23b;p=thirdparty%2Fsystemd.git 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. --- diff --git a/Makefile.am b/Makefile.am index e4a86168baa..e18bb5cd004 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))))') \