summaryrefslogtreecommitdiff
path: root/builtins/prog_gmake
blob: b94260031327dc3a37c3beb20c5d81217966b5f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

############################################################
# Copyright (c) 2014 by Aleksey Cheusov
#
# See LICENSE file in the distribution.
############################################################

LC_ALL=C
export LC_ALL

pathpart=' ' # fake
. mkc_check_common.sh

find_n_match  make --version 'gnu make'
find_n_match gmake --version 'gnu make'

echo ''