summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web-webkit/make-382.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/web/web-webkit/make-382.patch')
-rw-r--r--meta/recipes-sato/web/web-webkit/make-382.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-sato/web/web-webkit/make-382.patch b/meta/recipes-sato/web/web-webkit/make-382.patch
deleted file mode 100644
index 3689435e32..0000000000
--- a/meta/recipes-sato/web/web-webkit/make-382.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Make 3.82 does not allow 8 spaces instead of a tab
2
3JL - 15/12/10
4
5Upstream-Status: Inappropriate [configuration]
6
7Index: webkit/Makefile.am
8===================================================================
9--- webkit.orig/Makefile.am
10+++ webkit/Makefile.am
11@@ -5,5 +5,5 @@ SUBDIRS = src data
12 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
13
14 snapshot:
15- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
16+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
17