From 344c5a20cc91b121fed625b64bece320d032b531 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 17 Nov 2015 14:04:04 -0500 Subject: [PATCH] Makefile: Add RANLIB to the list of critical variables to unexport If RANLIB is set and we're trying to build binutils, binutils will pick this up and potentially fail to build. Signed-off-by: Tom Rini Signed-off-by: Thomas Petazzoni --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dc657d9e57..1d691929f4 100644 --- a/Makefile +++ b/Makefile @@ -321,6 +321,7 @@ unexport ARCH unexport CC unexport CXX unexport CPP +unexport RANLIB unexport CFLAGS unexport CXXFLAGS unexport GREP_OPTIONS -- 2.30.2