From 3f64aed210daee4439f8595bb3f0f68f0a8e577b Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 15 Dec 2010 12:58:09 +0000 Subject: dates: fix for Make 3.82 Signed-off-by: Joshua Lock --- meta/recipes-sato/pimlico/dates/make-382.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-sato/pimlico/dates/make-382.patch (limited to 'meta/recipes-sato/pimlico/dates') diff --git a/meta/recipes-sato/pimlico/dates/make-382.patch b/meta/recipes-sato/pimlico/dates/make-382.patch new file mode 100644 index 0000000000..9147361261 --- /dev/null +++ b/meta/recipes-sato/pimlico/dates/make-382.patch @@ -0,0 +1,16 @@ +Make 3.82 is offended by the use of spaces instead of tabs. This has been fixed +in upstream git. + +JL - 15/12/10 + +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"` + -- cgit v1.2.3-54-g00ecf