From 372f297de1ed0c3af0fa23dd6ea027035f850207 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Sun, 28 May 2017 14:25:54 +0200 Subject: [PATCH] Makefile is generated in BUILDDIR, not SRCDIR (fix fetch for android) Change-Id: Ieaa4cb0e8d3370154cd1a57d4afaf5bfa715cbc9 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6aa98cfe97ab..53cb88141121 100644 --- a/Makefile.in +++ b/Makefile.in @@ -277,7 +277,7 @@ help showmodules gbuildtojson: cross-toolset: bootstrap fetch # fetch again in case there are externals only needed on build platform ifneq ($(OS),IOS) - $(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile fetch + $(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(BUILDDIR)/Makefile fetch endif $(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools -- 2.11.4.GIT