aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 19b1f80b0a..60a3f359af 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)"