1
0
Fork 0
forked from len0rd/rockbox

Remove unnecessary all target.

The target all is set in libtools.make. Setting it here breaks make knowing
about the correct default target when cross compiling.

Change-Id: Icdd022094d28e4dcd442e48bb6acd1fd8f9a6ad6
This commit is contained in:
Dominik Riebeling 2013-04-01 21:20:11 +02:00
parent 5ce21366d7
commit 86d46b626b

View file

@ -39,7 +39,6 @@ ipodpatcher: SOURCES+= ipodio-posix.c
ipodpatcher.exe: SOURCES+= ipodpatcher-rc.o
OUTPUT = ipodpatcher
all: $(OUTPUT)
include ../libtools.make
$(OBJDIR)ipodpatcher-rc.o: ipodpatcher.rc ipodpatcher.manifest