提交 595ecf29 编写于 作者: D Daniel P. Berrangé

make: fix long line in makefile that violate syntax-check rules

Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 3340f307
......@@ -2833,7 +2833,8 @@ install-sysconfig:
for f in $(SYSCONF_FILES:%.sysconf=%) ; \
do \
tgt=`basename $$f`; \
$(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf $(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
$(INSTALL_SCRIPT) $(srcdir)/$$f.sysconf \
$(DESTDIR)$(sysconfdir)/sysconfig/$$tgt; \
done
uninstall-sysconfig:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册