From ef4946a6857fe0fc77644fdef1d6b44ec6ce7eb5 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 8 Jun 2023 02:53:13 +0000 Subject: doc/Makefile: Remove superfluous quotation marks fixing syntax error Change-Id: I4c269248a3a1e078204882d04964fd5af4b5f51a Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/75799 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Elyes Haouas Reviewed-by: Felix Held Reviewed-by: Daniel Maslowski --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 19b1f80b0a81..60a3f359af59 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -45,7 +45,7 @@ corebootPortingGuide.pdf: $(FIGS) corebootBuildingGuide.tex corebootPortingGuide $(PDFLATEX) corebootBuildingGuide.tex sphinx: $(SPHINXDIR) - $(MAKE) -f Makefile.sphinx html BUILDDIR="$(SPHINXDIR)"" + $(MAKE) -f Makefile.sphinx html BUILDDIR="$(SPHINXDIR)" clean-sphinx: $(MAKE) -f Makefile.sphinx clean BUILDDIR="$(SPHINXDIR)" -- cgit v1.2.3