A wrong spacing in Makefile.am generates a Makefile which will refuse
to compile. This patch fixes it.
Signed-off-by: Petr Cvek <[email protected]>
---
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
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto