diff mbox series

[1/1] package/espeak: drop spurious space

Message ID 20211129220546.2183002-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/espeak: drop spurious space | expand

Commit Message

Fabrice Fontaine Nov. 29, 2021, 10:05 p.m. UTC
Drop spurious space added by commit
10b6d10009c70262cfb492b2abaa3a091a8fb4aa

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/espeak/espeak.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Nov. 30, 2021, 4:08 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Drop spurious space added by commit
 > 10b6d10009c70262cfb492b2abaa3a091a8fb4aa

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/espeak/espeak.mk b/package/espeak/espeak.mk
index 347fcb607d..d592673ac5 100644
--- a/package/espeak/espeak.mk
+++ b/package/espeak/espeak.mk
@@ -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