summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-06-08 02:53:13 +0000
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-06-12 04:43:35 +0000
commitef4946a6857fe0fc77644fdef1d6b44ec6ce7eb5 (patch)
tree3adb2432db59af22cef94ce38713542958a3c3b9
parenta05a2b20c616284b089dae3ed146b1bfd175631f (diff)
downloadcoreboot-ef4946a6857fe0fc77644fdef1d6b44ec6ce7eb5.tar.gz
coreboot-ef4946a6857fe0fc77644fdef1d6b44ec6ce7eb5.tar.bz2
coreboot-ef4946a6857fe0fc77644fdef1d6b44ec6ce7eb5.zip
doc/Makefile: Remove superfluous quotation marks fixing syntax error
Change-Id: I4c269248a3a1e078204882d04964fd5af4b5f51a Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75799 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Daniel Maslowski <info@orangecms.org>
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
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)"