* Explicitly use $(SHELL) to run shell scripts. * Use SHELL = @SHELL@, not SHELL = /bin/sh. @SHELL@ will be substituted by associated configure scripts, and will actually refer to the environment variable ${CONFIG_SHELL}.
Downloaded from ftp://ftp.gnu.org/pub/gnu/make/make-3.80.tar.gz