summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web/fix_makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/web/web/fix_makefile.patch')
-rw-r--r--meta/recipes-sato/web/web/fix_makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-sato/web/web/fix_makefile.patch b/meta/recipes-sato/web/web/fix_makefile.patch
new file mode 100644
index 0000000000..3dd3b15928
--- /dev/null
+++ b/meta/recipes-sato/web/web/fix_makefile.patch
@@ -0,0 +1,20 @@
1Upstream-Status: Pending
2
3Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/10
4Fix following build error:
5
6| NOTE: make -j 16
7| Makefile:719: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
8| ERROR: oe_runmake failed
9
10Index: git/Makefile.am
11===================================================================
12--- git.orig/Makefile.am
13+++ git/Makefile.am
14@@ -5,5 +5,5 @@ SUBDIRS = src data
15 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing
16
17 snapshot:
18- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
19+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
20