summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web-webkit/make-382.patch
blob: 253743d18f5334753c6b093ada093b9adf5bb757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Make 3.82 does not allow 8 spaces instead of a tab

JL - 15/12/10

Index: webkit/Makefile.am
===================================================================
--- webkit.orig/Makefile.am
+++ webkit/Makefile.am
@@ -5,5 +5,5 @@ SUBDIRS = src data
 MAINTAINERCLEANFILES = 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"`