qextserialport: remove useless () around configure command
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
99b3e82133
commit
18af7b5787
@ -19,7 +19,7 @@ QEXTSERIALPORT_QMAKE = $(QT5_QMAKE)
|
||||
endif
|
||||
|
||||
define QEXTSERIALPORT_CONFIGURE_CMDS
|
||||
(cd $(@D); $(TARGET_MAKE_ENV) $(QEXTSERIALPORT_QMAKE))
|
||||
cd $(@D); $(TARGET_MAKE_ENV) $(QEXTSERIALPORT_QMAKE)
|
||||
endef
|
||||
|
||||
define QEXTSERIALPORT_BUILD_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user