commit f9e405467089e57c7aaebc5b89fc69447cbb067d
Author: Simó Albert i Beltran <sim6@probeta.net>
Date:   Tue Oct 15 13:17:11 2013 +0200

    Remove duplicated prerequisite.

diff --git a/Makefile b/Makefile
index 4f40e2d..66421f2 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ all: build
 	$(if $(TBUILD),,$(call target_error))
 	$(if $(wildcard .checkout_$(TBUILD)),,$(call checkout_src))
 
-checkout: .checkout_qmp .checkout_owrt .checkout_owrt_pkg .checkout_owrt_pkg_override .checkout_qmp
+checkout: .checkout_qmp .checkout_owrt .checkout_owrt_pkg .checkout_owrt_pkg_override
 	$(if $(wildcard .checkout_$(TBUILD)),,$(call update_feeds,$(TBUILD)))
 	$(if $(wildcard .checkout_$(TBUILD)),,$(call copy_config))
 	@touch .checkout_$(TBUILD)
