diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-24 10:10:20 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-24 10:10:20 +0000 |
| commit | 2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8 (patch) | |
| tree | 428f7f430bf208402164d7b5095d7e0a22326ecd /tools | |
| parent | a7b8b00fd499a4e3a7763a129c6ef1828ddfb4cf (diff) | |
| download | rockbox-2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8.zip rockbox-2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8.tar.gz rockbox-2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8.tar.bz2 rockbox-2f06ff764f483f2c3ff28361cb8c5b690dd1e7f8.tar.xz | |
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')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 37d027e..5288117 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) |