1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-21 12:42:09 +00:00

Enable one to override SHELL when executing make

This commit is contained in:
Michal Schulz
2018-08-03 13:45:21 +02:00
parent 303a20399f
commit fcda6de5cb

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