1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2002-05-24 10:10:20 +00:00
parent a7b8b00fd4
commit 2f06ff764f

2
tools/configure vendored
View file

@ -145,7 +145,7 @@ THISDIR="@PWD@"
.PHONE: firmware apps
all: firmware apps
all: apps
firmware:
make -C \$(FIRMDIR) TARGET=\$(TARGET) \$(DEBUG) OBJDIR=\$(THISDIR)