From 86d46b626b347463c688206dc49ec3a716a444c3 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 1 Apr 2013 21:20:11 +0200 Subject: 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 --- rbutil/ipodpatcher/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3