[systemd-commits] Makefile.am

Daniel Mack zonque at kemper.freedesktop.org
Fri May 29 03:03:54 PDT 2015


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6096d9ccc3f0b963010a47febce7e44c8632c23b
Author: Daniel Mack <daniel at zonque.org>
Date:   Fri May 29 12:00:58 2015 +0200

    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 e4a8616..e18bb5c 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 '<?xml version="1.0" encoding="utf-8" ?>' && \
 	 printf '$(subst '|,<!ENTITY ,$(subst =, ",$(subst |',">\n,$(substitutions))))') \



More information about the systemd-commits mailing list