From ac5d17bf65d41d8dc8e4383cc151f1901e627a25 Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 7 Oct 2009 11:20:34 +0200 Subject: 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 --- package/qt/qt.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package') diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 6c73e041e..015312e1d 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 -- cgit v1.2.3