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:
parent
5ce21366d7
commit
86d46b626b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue