summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pimlico/contacts/make-382.patch
blob: a7cfee3a00bdcabfeeefb0445752cc01377bfa3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Fix for stricter parser in make 3.82. This fix has been pushed to upstream git.

JL - 15/12/10

Upstream-Status: Accepted

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"`