From 32314b44717d655d86b7ff3f557313da8fea4183 Mon Sep 17 00:00:00 2001 From: Stephan Hoffmann Date: Fri, 17 Aug 2012 13:54:16 +0200 Subject: Added QMAKESPEC to the list of unexported symbols Building QT might fail if QMAKESPEC is defined. Signed-off-by: Stephan Hoffmann Signed-off-by: Thomas Petazzoni --- Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3