summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-12-12 10:25:50 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-12-12 10:25:50 +0100
commit12c9f7dd6dee9c6029b4f9a12d6aac1516911ab4 (patch)
treebe75090e317178f8c311f7cc5b6d5f38d14dc114 /Makefile
parent40955025d880ca9029dc7d4bcfc5fec3750718fd (diff)
Makefile: ensure CONFIG_SITE isn't set
Fixes lib/lib64 issue when building on OpenSUSE. Reported-by: Guillaume Gardet <guillaume.gardet@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 84cea1c95..242265f2c 100644
--- a/Makefile
+++ b/Makefile
@@ -192,6 +192,7 @@ unexport CPP
unexport CFLAGS
unexport CXXFLAGS
unexport GREP_OPTIONS
+unexport CONFIG_SITE
GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)