Makefile: Add RANLIB to the list of critical variables to unexport
authorTom Rini <trini@konsulko.com>
Tue, 17 Nov 2015 19:04:04 +0000 (14:04 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Dec 2015 10:07:08 +0000 (11:07 +0100)
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 <trini@konsulko.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile

index dc657d9e573801943709afe15659c67675a52ebb..1d691929f4a09dc36169d94146fc55a0139b7783 100644 (file)
--- 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