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>
This commit is contained in:
Peter Korsgaard 2011-12-12 10:25:50 +01:00
parent 40955025d8
commit 12c9f7dd6d

View File

@ -192,6 +192,7 @@ unexport CPP
unexport CFLAGS
unexport CXXFLAGS
unexport GREP_OPTIONS
unexport CONFIG_SITE
GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)