From: Jérôme Pouiller Date: Sun, 6 Oct 2013 08:27:46 +0000 (+0200) Subject: Fix glibc dependency to gcc-intermediate X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0148cdd4dff1d34d4134b109d72fcc0f5e727de8;p=buildroot.git Fix glibc dependency to gcc-intermediate 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 --- 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