[systemd-devel] [PATCH 4/1] build-sys: remove spurious '@echo: command not found'
Zbigniew Jędrzejewski-Szmek
zbyszek at in.waw.pl
Tue Jul 17 10:08:04 PDT 2012
$(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
More information about the systemd-devel
mailing list