From patchwork Thu Dec 20 14:16:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Makefile: fix cross target Date: Thu, 20 Dec 2012 04:16:31 -0000 From: Fabio Porcedda X-Patchwork-Id: 207666 Message-Id: <1356012991-32494-1-git-send-email-fabio.porcedda@gmail.com> To: buildroot@uclibc.org The cross target was laking some dependency. Now it's possible to successfully use the target right after the configuration. Signed-off-by: Fabio Porcedda --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b09437..e163227 100644 --- a/Makefile +++ b/Makefile @@ -697,7 +697,7 @@ ifeq ($(O),output) endif rm -rf $(CONFIG_DIR)/.config $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.auto.deps -cross: $(BASE_TARGETS) +cross: prepare dirs dependencies $(BASE_TARGETS) help: @echo 'Cleaning:'