summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 95dfbb6c5b..f71be56480 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -11,7 +11,7 @@ rockbox-build.tex: rockbox.tex
@echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex
@echo "\input{rockbox.tex}" >> $(OBJDIR)/rockbox-build.tex
@mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile
- make -C $(OBJDIR)
+ $(MAKE) -C $(OBJDIR)
clean:
@if [ "$(OBJDIR)" == "" ]; then echo Run make in you build diriectory!; false; fi