summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-24 10:10:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-24 10:10:20 +0000
commit2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8 (patch)
tree428f7f430bf208402164d7b5095d7e0a22326ecd /tools/configure
parenta7b8b00fd499a4e3a7763a129c6ef1828ddfb4cf (diff)
downloadrockbox-2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8.tar.gz
rockbox-2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8.zip
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
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 37d027e1f7..528811784e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -145,7 +145,7 @@ THISDIR="@PWD@"
145 145
146.PHONE: firmware apps 146.PHONE: firmware apps
147 147
148all: firmware apps 148all: apps
149 149
150firmware: 150firmware:
151 make -C \$(FIRMDIR) TARGET=\$(TARGET) \$(DEBUG) OBJDIR=\$(THISDIR) 151 make -C \$(FIRMDIR) TARGET=\$(TARGET) \$(DEBUG) OBJDIR=\$(THISDIR)