summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-11-17 14:04:04 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-22 11:07:08 +0100
commit344c5a20cc91b121fed625b64bece320d032b531 (patch)
treeab76d6fd433692314245165cf873042197dc4dff /Makefile
parentb820f1112e734a1b7a0a48d5c020647b8d2fe528 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc657d9e5..1d691929f 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