From 2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 May 2002 10:10:20 +0000 Subject: the all target only builds in apps now, as the apps Makefile itself will depend on the firmware lib and run that makefile if needed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@688 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 37d027e1f7..528811784e 100755 --- a/tools/configure +++ b/tools/configure @@ -145,7 +145,7 @@ THISDIR="@PWD@" .PHONE: firmware apps -all: firmware apps +all: apps firmware: make -C \$(FIRMDIR) TARGET=\$(TARGET) \$(DEBUG) OBJDIR=\$(THISDIR) -- cgit v1.2.3