$(AM_V_GEN) cannot be used in multiline shell commands, apart
from the first line.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git Makefile.am Makefile.am
index b5fc491..2eb43b6 100644
--- Makefile.am
+++ Makefile.am
@@ -674,7 +674,7 @@ CLEANFILES += \
man/index.html: make-man-index.py $(XML_FILES)
$(AM_V_GEN)$(MKDIR_P) $(dir $@) && \
- $(AM_V_GEN)$(PYTHON) $^ > $@
+ $(PYTHON) $^ > $@
endif
endif
--
1.7.11.1.282.g511ba53
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel