Added QMAKESPEC to the list of unexported symbols

Building QT might fail if QMAKESPEC is defined.

Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Stephan Hoffmann 2012-08-17 13:54:16 +02:00 committed by Thomas Petazzoni
parent b58c83ae99
commit 32314b4471

View File

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