-
Maciej Blizinski authored
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> (cherry picked from commit d1a8b724c3923bb37002e5102cae25d9594a9a95) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1548821f