From 0148cdd4dff1d34d4134b109d72fcc0f5e727de8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Sun, 6 Oct 2013 10:27:46 +0200 Subject: [PATCH] Fix glibc dependency to gcc-intermediate MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In commit ebc81933, we reverted 2babed4a, but meanwhile eglibc/ was renamed glibc/ so rules eglibc-build must be renamed glibc-build to correctly work. Signed-off-by: Jérôme Pouiller Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/glibc/glibc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk index 998bd0f3b8..48ff0f72c7 100644 --- a/package/glibc/glibc.mk +++ b/package/glibc/glibc.mk @@ -29,7 +29,7 @@ GLIBC_DEPENDENCIES += host-gawk endif # Before (e)glibc is built, we must have the second stage cross-compiler -eglibc-build: host-gcc-intermediate +glibc-build: host-gcc-intermediate GLIBC_SUBDIR = build -- 2.30.2