summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hoffmann <sho@relinux.de>2012-08-17 13:54:16 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-17 18:02:19 +0200
commit32314b44717d655d86b7ff3f557313da8fea4183 (patch)
tree6973a57c868eb7eafaa1ffe0ebca73afc028e59a
parentb58c83ae999966975c278c860cb97aee0d2e8e08 (diff)
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>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ab7d99d7..77ca4a00d 100644
--- a/Makefile
+++ b/Makefile
@@ -209,6 +209,7 @@ unexport CFLAGS
unexport CXXFLAGS
unexport GREP_OPTIONS
unexport CONFIG_SITE
+unexport QMAKESPEC
GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess)