diff options
author | Michael Roth <mroth@nessie.de> | 2009-10-07 11:20:34 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-09 14:46:40 +0200 |
commit | ac5d17bf65d41d8dc8e4383cc151f1901e627a25 (patch) | |
tree | 9431bc972de2227490b31e1aa9752507a7dd785c /package | |
parent | 51a3b74b6eee42e335b963b4f3ddbdaa9c6459b0 (diff) | |
download | buildroot-novena-ac5d17bf65d41d8dc8e4383cc151f1901e627a25.tar.gz buildroot-novena-ac5d17bf65d41d8dc8e4383cc151f1901e627a25.zip |
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 <mroth@nessie.de>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/qt/qt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 |