提交 0f3989c1 编写于 作者: M Martin Kletzander

docs: Remove last use of double semicolon in Makefile

Double semicolons have special meaning in makefiles, but they would have
to be combined with other rules witch such separators in order to be
used as intended.  Since there are no other rules like that, let's
clean it up.
Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
上级 26893ac6
...@@ -204,7 +204,7 @@ todo: ...@@ -204,7 +204,7 @@ todo:
rm -f todo.html.in rm -f todo.html.in
$(MAKE) todo.html $(MAKE) todo.html
hvsupport.html:: $(srcdir)/hvsupport.html.in hvsupport.html: $(srcdir)/hvsupport.html.in
$(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \ $(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \
$(top_srcdir)/src/libvirt_public.syms \ $(top_srcdir)/src/libvirt_public.syms \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册