summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pimlico/dates/make-382.patch
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-12-15 12:58:09 +0000
committerJoshua Lock <josh@linux.intel.com>2010-12-15 14:10:46 +0000
commit171e709ae6f4b1a7640bf393f57aa787648cdc0f (patch)
treefeb359fe4fb218f1659ef18b5c674ab7f932ac1d /meta/recipes-sato/pimlico/dates/make-382.patch
parenta8b8557e4cb34b594bb620eb276bcaf7a8e0a8e3 (diff)
downloadpoky-171e709ae6f4b1a7640bf393f57aa787648cdc0f.tar.gz
dates: fix for Make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/pimlico/dates/make-382.patch')
-rw-r--r--meta/recipes-sato/pimlico/dates/make-382.patch16
1 files changed, 16 insertions, 0 deletions
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 @@
1Make 3.82 is offended by the use of spaces instead of tabs. This has been fixed
2in upstream git.
3
4JL - 15/12/10
5
6Index: git/Makefile.am
7===================================================================
8--- git.orig/Makefile.am
9+++ git/Makefile.am
10@@ -7,5 +7,5 @@ DISTCLEANFILES = intltool-extract intlto
11 MAINTAINERCLEANFILES = $(DISTCLEANFILES) aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
12
13 snapshot:
14- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
15+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
16