From 258f8ceed23eda24a5d524c58a84f58df9eb75f5 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 15 Dec 2010 13:42:15 +0000 Subject: contacts: fix for make 3.82 Signed-off-by: Joshua Lock --- meta/recipes-sato/pimlico/contacts/make-382.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-sato/pimlico/contacts/make-382.patch (limited to 'meta/recipes-sato/pimlico/contacts') 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 @@ +Fix for stricter parser in make 3.82. This fix has been pushed to upstream git. + +JL - 15/12/10 + +Index: git/Makefile.am +=================================================================== +--- git.orig/Makefile.am ++++ git/Makefile.am +@@ -11,4 +11,4 @@ DISTCLEANFILES = $(INTLTOOL_BUILT) + MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp $(INTLTOOL_BUILT:=.in) install-sh ltmain.sh mkinstalldirs 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