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)
commit344c5a20cc91b121fed625b64bece320d032b531
treeab76d6fd433692314245165cf873042197dc4dff
parentb820f1112e734a1b7a0a48d5c020647b8d2fe528
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>
Makefile