Sfoglia il codice sorgente

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>
Michael Roth 16 anni fa
parent
commit
ac5d17bf65
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      package/qt/qt.mk

+ 0 - 1
package/qt/qt.mk

@@ -315,7 +315,6 @@ else
 QT_CONFIGURE+= -no-stl
 QT_CONFIGURE+= -no-stl
 endif
 endif
 
 
-QT_CONFIGURE:=$(call qstrip,$(QT_CONFIGURE))
 BR2_PACKAGE_QT_EMB_PLATFORM:=$(call qstrip,$(BR2_PACKAGE_QT_EMB_PLATFORM))
 BR2_PACKAGE_QT_EMB_PLATFORM:=$(call qstrip,$(BR2_PACKAGE_QT_EMB_PLATFORM))
 
 
 # Figure out what libs to install in the target
 # Figure out what libs to install in the target