diff mbox

Fix glibc dependency to gcc-intermediate

Message ID 1381048066-18510-1-git-send-email-jezz@sysmic.org
State Accepted
Commit 0148cdd4dff1d34d4134b109d72fcc0f5e727de8
Headers show

Commit Message

Jérôme Pouiller Oct. 6, 2013, 8:27 a.m. UTC
In commit ebc81933, we rerverted 2babed4a, but meanwhile eglibc/ was
renamed glibc/ so rules eglibc-build muste renmaed glibc-build to
correctly work.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
---
 package/glibc/glibc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Oct. 6, 2013, 9:11 a.m. UTC | #1
Dear Jérôme Pouiller,

On Sun,  6 Oct 2013 10:27:46 +0200, Jérôme Pouiller wrote:
> In commit ebc81933, we rerverted 2babed4a, but meanwhile eglibc/ was
> renamed glibc/ so rules eglibc-build muste renmaed glibc-build to
> correctly work.
> 
> Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thanks for noticing!

Thomas
Peter Korsgaard Oct. 6, 2013, 6:48 p.m. UTC | #2
>>>>> "Jérôme" == Jérôme Pouiller <jezz@sysmic.org> writes:

 Jérôme> In commit ebc81933, we rerverted 2babed4a, but meanwhile eglibc/ was
 Jérôme> renamed glibc/ so rules eglibc-build muste renmaed glibc-build to
 Jérôme> correctly work.

Committed with the typos fixed, thanks.
diff mbox

Patch

diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk
index 998bd0f..48ff0f7 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