X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=find-gnumake.sh;h=1446ab2dba3ec2f5b1726a9dc6933fc2156d731b;hb=04d819bb1a2e64de4e997203b9516229bb73c686;hp=e32c3a1e8d9bc0a92961f17bae2a051b2bf701a8;hpb=bfdb13b52f7043fef11f03e03e4660c658b53168;p=sbcl.git diff --git a/find-gnumake.sh b/find-gnumake.sh index e32c3a1..1446ab2 100644 --- a/find-gnumake.sh +++ b/find-gnumake.sh @@ -1,3 +1,4 @@ +#!/bin/false # Not a shell script, but something intended to be sourced from shell scripts find_gnumake() { # the GNU dialect of "make" -- easier to find or port it than to @@ -10,7 +11,7 @@ find_gnumake() { GNUMAKE=gmake elif [ -x "`which gnumake`" ] ; then # MacOS X aka Darwin - GNUMAKE=gnumake + GNUMAKE=gnumake elif [ "GNU Make" = "`make -v | head -n 1 | cut -b 0-8`" ]; then GNUMAKE=make else