summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-07-20 15:33:10 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-07-20 15:33:10 +0000
commit1c3dff7c83e7a2258c545de8e52f1ecad392e635 (patch)
tree7b4c1e051faba625fdb077c058197e5742135eb3 /manual/Makefile
parent769e123955797bc0e11bcfac6eaee1a52751ab7c (diff)
downloadrockbox-1c3dff7c83e7a2258c545de8e52f1ecad392e635.tar.gz
rockbox-1c3dff7c83e7a2258c545de8e52f1ecad392e635.zip
don't assume GNU make is called make
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10264 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/Makefile')
-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
11 @echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex 11 @echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex
12 @echo "\input{rockbox.tex}" >> $(OBJDIR)/rockbox-build.tex 12 @echo "\input{rockbox.tex}" >> $(OBJDIR)/rockbox-build.tex
13 @mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile 13 @mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile
14 make -C $(OBJDIR) 14 $(MAKE) -C $(OBJDIR)
15 15
16clean: 16clean:
17 @if [ "$(OBJDIR)" == "" ]; then echo Run make in you build diriectory!; false; fi 17 @if [ "$(OBJDIR)" == "" ]; then echo Run make in you build diriectory!; false; fi