]> git.sesse.net Git - vlc/commit
Invoke check_headers with $(SHELL)
authorMaciej Blizinski <maciej@opencsw.org>
Wed, 29 Feb 2012 23:55:49 +0000 (00:55 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 2 Mar 2012 15:56:46 +0000 (17:56 +0200)
commitd1a8b724c3923bb37002e5102cae25d9594a9a95
tree49e02f3f2a33729c49042b22ee449158a21cc61b
parent7b0efebbf38aec8c341ad92433fb218a02bf62a0
Invoke check_headers with $(SHELL)

Otherwise, it gets executed with /bin/sh which on Solaris does not support the
$(...) construct. This causes 'gmake check' to fail. For example:

../src/check_headers: $(dirname ../src/check_headers): does not exist

Calling check_headers with $(SHELL) explicitly makes use of CONFIG_SHELL.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
lib/Makefile.am
src/Makefile.am