mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 07:17:05 +00:00
443481fec3
This has just been removed from oe-core and some people are still using the applications. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
609 B
Diff
19 lines
609 B
Diff
Make 3.82 is offended by the use of spaces instead of tabs. This has been fixed
|
|
in upstream git.
|
|
|
|
JL - 15/12/10
|
|
|
|
Upstream-Status: Accepted
|
|
|
|
Index: git/Makefile.am
|
|
===================================================================
|
|
--- git.orig/Makefile.am
|
|
+++ git/Makefile.am
|
|
@@ -7,5 +7,5 @@ DISTCLEANFILES = intltool-extract intlto
|
|
MAINTAINERCLEANFILES = $(DISTCLEANFILES) aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
|
|
|
|
snapshot:
|
|
- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|
|
+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
|
|
|