summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pimlico/dates/make-382.patch
blob: fad3c5826edcff8ce31a10cd8121940e7675ea88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Make 3.82 is offended by the use of spaces instead of tabs. This has been fixed
in upstream git.

JL - 15/12/10

Upstream-Status: Accepted

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