[Buildroot] [PATCH 1/1] package/input-event-daemon: drop spurious space

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Nov 29 22:40:35 UTC 2021


Drop spurious space added by commit
c17f4134384666e1ae6116a08b2ce92da633abef

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

diff --git a/package/input-event-daemon/input-event-daemon.mk b/package/input-event-daemon/input-event-daemon.mk
index dbe2d4bfb2..37fe2241d0 100644
--- a/package/input-event-daemon/input-event-daemon.mk
+++ b/package/input-event-daemon/input-event-daemon.mk
@@ -10,7 +10,7 @@ INPUT_EVENT_DAEMON_LICENSE = input-event-daemon license
 INPUT_EVENT_DAEMON_LICENSE_FILES = README
 
 define INPUT_EVENT_DAEMON_BUILD_CMDS
-	touch  $(@D)/input-event-table.h
+	touch $(@D)/input-event-table.h
 	$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
 		LDFLAGS="$(TARGET_LDFLAGS)" -C $(@D)
 endef
-- 
2.33.0




More information about the buildroot mailing list