• Maciej Blizinski's avatar
    Invoke check_headers with $(SHELL) · d1a8b724
    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: default avatarRémi Denis-Courmont <remi@remlab.net>
    d1a8b724
Makefile.am 1.97 KB