[Buildroot] [git commit] package/expect: drop spurious space

Peter Korsgaard peter at korsgaard.com
Tue Nov 30 16:09:37 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=4f95d322591cfbeea7ac0a95292c4b5170747585
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop spurious space added by commit
744e91878af86b3d0ee350fa7cffafad2914f3fe

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/expect/expect.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/expect/expect.mk b/package/expect/expect.mk
index 37b4ce7065..44bf74af46 100644
--- a/package/expect/expect.mk
+++ b/package/expect/expect.mk
@@ -16,6 +16,6 @@ EXPECT_DEPENDENCIES = tcl
 EXPECT_CONF_OPTS = --with-tcl=$(BUILD_DIR)/tcl-$(TCL_VERSION)/unix
 
 # Since we don't want examples installed
-EXPECT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR)  install-binaries
+EXPECT_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-binaries
 
 $(eval $(autotools-package))


More information about the buildroot mailing list