From: Martin Kletzander Date: Mon, 7 Sep 2015 08:27:53 +0000 (+0200) Subject: docs: Remove last use of double semicolon in Makefile X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0f3989c1724a5f458fd5c48561fbf2470028a325;p=libvirt.git 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: Martin Kletzander --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 563bacaa6d..263daae448 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -204,7 +204,7 @@ todo: rm -f todo.html.in $(MAKE) todo.html -hvsupport.html:: $(srcdir)/hvsupport.html.in +hvsupport.html: $(srcdir)/hvsupport.html.in $(srcdir)/hvsupport.html.in: $(srcdir)/hvsupport.pl $(api_DATA) \ $(top_srcdir)/src/libvirt_public.syms \