From: Michael Roth Date: Wed, 7 Oct 2009 09:20:34 +0000 (+0200) Subject: qt: remove unnecessary call to qstrip macro in Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac5d17bf65d41d8dc8e4383cc151f1901e627a25;p=buildroot.git qt: remove unnecessary call to qstrip macro in Makefile QT_CONFIGURE can never gain double quotes, so there is no point to remove some. Signed-off-by: Michael Roth Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 6c73e041e4..015312e1da 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -315,7 +315,6 @@ else QT_CONFIGURE+= -no-stl endif -QT_CONFIGURE:=$(call qstrip,$(QT_CONFIGURE)) BR2_PACKAGE_QT_EMB_PLATFORM:=$(call qstrip,$(BR2_PACKAGE_QT_EMB_PLATFORM)) # Figure out what libs to install in the target