Revert "Enable one to override SHELL when executing make"

This reverts commit fcda6de5cb.
This commit is contained in:
bebbo 2018-08-03 19:11:27 +02:00
parent f58e67f7cd
commit a257987293
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ include disable_implicite_rules.mk
# =================================================
PREFIX ?= /opt/amiga
export PATH := $(PREFIX)/bin:$(PATH)
SHELL ?= /bin/bash
SHELL = /bin/bash
GCC_GIT ?= https://github.com/bebbo/gcc
GCC_BRANCH ?= gcc-6-branch