owl-video-widget: fix Makefile for super strict make 3.82

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-12-15 12:27:52 +00:00 committed by Richard Purdie
parent 67622b41cb
commit a9ce04f22d
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,15 @@
Make 3.82 is much stricter and demands tabs. Obey.
JL - 15/12/10
Index: video/Makefile.am
===================================================================
--- video.orig/Makefile.am
+++ video/Makefile.am
@@ -4,5 +4,5 @@ SUBDIRS = src
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp intltool-extract intltool-merge intltool-update 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"`

View File

@ -21,7 +21,8 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=video;proto=http \
file://stock_volume-min.png \
file://stock_volume-med.png \
file://stock_volume-max.png \
file://owl-video-widget.desktop"
file://owl-video-widget.desktop \
file://make-382.patch"
inherit autotools pkgconfig