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 <trini@konsulko.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Tom Rini 2015-11-17 14:04:04 -05:00 committed by Thomas Petazzoni
parent b820f1112e
commit 344c5a20cc

View File

@ -321,6 +321,7 @@ unexport ARCH
unexport CC unexport CC
unexport CXX unexport CXX
unexport CPP unexport CPP
unexport RANLIB
unexport CFLAGS unexport CFLAGS
unexport CXXFLAGS unexport CXXFLAGS
unexport GREP_OPTIONS unexport GREP_OPTIONS