summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-22 22:22:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-22 22:22:07 +0000
commitda5e7196fc94a0fe49b0b95bbf732ae9d890e20b (patch)
tree252af13be383bd3e3a8c5e923c4826f19994a059
parent4da844596b699400132f990193c888739eeedfbf (diff)
downloadrockbox-da5e7196fc94a0fe49b0b95bbf732ae9d890e20b.tar.gz
rockbox-da5e7196fc94a0fe49b0b95bbf732ae9d890e20b.zip
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
-rw-r--r--firmware/Makefile3
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:
52endif 52endif
53 53
54ifndef TOOLSDIR 54ifndef TOOLSDIR
55no_toolsdir: 55 TOOLSDIR=../tools
56 @echo "Rerun the configure script."
57endif 56endif
58 57
59all: $(OUTPUT) $(EXTRA_TARGETS) 58all: $(OUTPUT) $(EXTRA_TARGETS)