diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-12-15 13:42:15 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-12-15 14:10:46 +0000 |
commit | 4b5c1c053000d297956f08949ffde7454ee33c5d (patch) | |
tree | 96347fd3ee5342eac06ae8f3abbc4e1f64343e3a /meta/recipes-sato/pimlico/contacts/make-382.patch | |
parent | 171e709ae6f4b1a7640bf393f57aa787648cdc0f (diff) | |
download | poky-4b5c1c053000d297956f08949ffde7454ee33c5d.tar.gz |
contacts: fix for make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/pimlico/contacts/make-382.patch')
-rw-r--r-- | meta/recipes-sato/pimlico/contacts/make-382.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-sato/pimlico/contacts/make-382.patch b/meta/recipes-sato/pimlico/contacts/make-382.patch new file mode 100644 index 0000000000..f85d6b24fa --- /dev/null +++ b/meta/recipes-sato/pimlico/contacts/make-382.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | Fix for stricter parser in make 3.82. This fix has been pushed to upstream git. | ||
2 | |||
3 | JL - 15/12/10 | ||
4 | |||
5 | Index: git/Makefile.am | ||
6 | =================================================================== | ||
7 | --- git.orig/Makefile.am | ||
8 | +++ git/Makefile.am | ||
9 | @@ -11,4 +11,4 @@ DISTCLEANFILES = $(INTLTOOL_BUILT) | ||
10 | MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp $(INTLTOOL_BUILT:=.in) install-sh ltmain.sh mkinstalldirs Makefile.in missing | ||
11 | |||
12 | snapshot: | ||
13 | - $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||
14 | + $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` | ||