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:
parent
714abe3e25
commit
563a3aa239
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user