diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-29 22:22:08 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-29 22:22:08 +0000 |
commit | 66048dd53c78a9e76b7fad379652e9632bb4df5e (patch) | |
tree | 7ed06334505f96fc30d328cca008bf36efad7551 | |
parent | 623a87e654939d74358a2b8256042acbca1bce7c (diff) | |
download | mediapointer-dvb-s2-66048dd53c78a9e76b7fad379652e9632bb4df5e.tar.gz mediapointer-dvb-s2-66048dd53c78a9e76b7fad379652e9632bb4df5e.tar.bz2 |
Specify SHELL in documentation Makefile
From: Adam Baker <linux@baker-net.org.uk>
The Makefile for the V4L2 spec uses bash extensions but
was using the default system shell, change it to explicitly
request bash.
Signed-off-by: Adam Baker <linux@baker-net.org.uk>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | v4l2-spec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-spec/Makefile b/v4l2-spec/Makefile index 41dba1cdd..e39136569 100644 --- a/v4l2-spec/Makefile +++ b/v4l2-spec/Makefile @@ -1,5 +1,6 @@ # Also update in v4l2.sgml! VERSION = 0.25 +SHELL=/bin/bash SGMLS = \ biblio.sgml \ |