diff options
author | Jonas Häggqvist <rasher@rasher.dk> | 2006-11-06 10:21:03 +0000 |
---|---|---|
committer | Jonas Häggqvist <rasher@rasher.dk> | 2006-11-06 10:21:03 +0000 |
commit | a895738b603be6002dc2a4e805008f695f2c3d91 (patch) | |
tree | 24032e012bd4a6a38a45dbddad4126db5965bbd0 /manual/Makefile | |
parent | 6a1161b634e43225ae12bf669ad3bbe1ea1edab0 (diff) |
POSIX fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11446 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 2 |
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 |