summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2006-11-06 10:21:03 +0000
committerJonas Häggqvist <rasher@rasher.dk>2006-11-06 10:21:03 +0000
commita895738b603be6002dc2a4e805008f695f2c3d91 (patch)
tree24032e012bd4a6a38a45dbddad4126db5965bbd0 /manual
parent6a1161b634e43225ae12bf669ad3bbe1ea1edab0 (diff)
downloadrockbox-a895738b603be6002dc2a4e805008f695f2c3d91.tar.gz
rockbox-a895738b603be6002dc2a4e805008f695f2c3d91.zip
POSIX fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11446 a1c6a512-1295-4272-9138-f99709370657
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 233ab374d2..17964fa8d1 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -28,6 +28,6 @@ manual-zip: manual-html
$(MAKE) -C $(OBJDIR) htmlzip
clean:
- @if [ "$(OBJDIR)" == "" ]; then echo Run make in you build directory!; false; fi
+ @if [ "$(OBJDIR)" = "" ]; then echo Run make in you build directory!; false; fi
@rm -rf $(OBJDIR)/manual $(OBJDIR)/*.pdf
@rm -rf $(OBJJDIR)/html $(OBJDIR)/txt