From da5e7196fc94a0fe49b0b95bbf732ae9d890e20b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 22 Apr 2003 22:22:07 +0000 Subject: better treatment if no toolsdir define was set, use the old one then git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3583 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index b4075b3e7b..c80d20cdb5 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -52,8 +52,7 @@ no_configure: endif ifndef TOOLSDIR -no_toolsdir: - @echo "Rerun the configure script." + TOOLSDIR=../tools endif all: $(OUTPUT) $(EXTRA_TARGETS) -- cgit v1.2.3