[yocto] [PATCH] yocto: matchbox-window-manager-2: Makefile with spaces instead of a tab refuses to compile

Petr Cvek petrcvekcz at gmail.com
Sun Nov 19 11:58:12 PST 2017


A wrong spacing in Makefile.am generates a Makefile which will refuse
to compile. This patch fixes it.

Signed-off-by: Petr Cvek <petrcvekcz at gmail.com>
---
  Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index c95ea0a..7d2f517 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,6 @@ SUBDIRS = matchbox data doc util
  # Extra clean files so that maintainer-clean removes *everything*
   snapshot:
-        $(MAKE) dist distdir=$(PACKAGE)-snapshot-`date +"%Y%m%d"`
+	$(MAKE) dist distdir=$(PACKAGE)-snapshot-`date +"%Y%m%d"`
   MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub 
configure depcomp install-sh ltmain.sh Makefile.in missing
-- 
2.14.2




More information about the yocto mailing list