package/espeak: drop spurious space

Drop spurious space added by commit
10b6d10009

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2021-11-29 23:05:46 +01:00 committed by Peter Korsgaard
parent 714abe3e25
commit 563a3aa239

View File

@ -32,7 +32,7 @@ define ESPEAK_CONFIGURE_CMDS
endef
define ESPEAK_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/src $(TARGET_CONFIGURE_OPTS) \
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/src $(TARGET_CONFIGURE_OPTS) \
AUDIO="$(ESPEAK_AUDIO_BACKEND)" all
endef