summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-22 22:21:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-22 22:21:22 +0000
commit4da844596b699400132f990193c888739eeedfbf (patch)
treef3345233117f1dd4fe9577e1faaa65c27a21f9a5 /apps
parent77fabf86f45faa153f3644f153b291b034459f3d (diff)
downloadrockbox-4da844596b699400132f990193c888739eeedfbf.tar.gz
rockbox-4da844596b699400132f990193c888739eeedfbf.zip
default to the old staticly set tools dir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3582 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 6aecee592d..3e5fbdc2dd 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -68,8 +68,7 @@ no_configure:
68endif 68endif
69 69
70ifndef TOOLSDIR 70ifndef TOOLSDIR
71no_toolsdir: 71 TOOLSDIR=../tools
72 @echo "Rerun the configure script."
73endif 72endif
74 73
75all : $(OBJDIR)/$(OUTNAME) 74all : $(OBJDIR)/$(OUTNAME)