From 4da844596b699400132f990193c888739eeedfbf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 Apr 2003 22:21:22 +0000 Subject: default to the old staticly set tools dir git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3582 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index 6aecee592d..3e5fbdc2dd 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -68,8 +68,7 @@ no_configure: endif ifndef TOOLSDIR -no_toolsdir: - @echo "Rerun the configure script." + TOOLSDIR=../tools endif all : $(OBJDIR)/$(OUTNAME) -- cgit v1.2.3