summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2013-04-01 21:20:11 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-04-04 22:42:22 +0200
commit86d46b626b347463c688206dc49ec3a716a444c3 (patch)
treed49467139ed2e28448a1d1f7c5963ef13cce66e0
parent5ce21366d799c92e1f01abde9d42e0959622c628 (diff)
downloadrockbox-86d46b626b347463c688206dc49ec3a716a444c3.tar.gz
rockbox-86d46b626b347463c688206dc49ec3a716a444c3.zip
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
-rw-r--r--rbutil/ipodpatcher/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/Makefile b/rbutil/ipodpatcher/Makefile
index afdcaa5039..d2fec80b39 100644
--- a/rbutil/ipodpatcher/Makefile
+++ b/rbutil/ipodpatcher/Makefile
@@ -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