diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-22 22:22:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-22 22:22:07 +0000 |
commit | da5e7196fc94a0fe49b0b95bbf732ae9d890e20b (patch) | |
tree | 252af13be383bd3e3a8c5e923c4826f19994a059 /firmware | |
parent | 4da844596b699400132f990193c888739eeedfbf (diff) |
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
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/Makefile | 3 |
1 files changed, 1 insertions, 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) |