1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +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 PREFIX ?= /opt/amiga
export PATH := $(PREFIX)/bin:$(PATH) export PATH := $(PREFIX)/bin:$(PATH)
SHELL = /bin/bash SHELL ?= /bin/bash
GCC_GIT ?= https://github.com/bebbo/gcc GCC_GIT ?= https://github.com/bebbo/gcc
GCC_BRANCH ?= gcc-6-branch GCC_BRANCH ?= gcc-6-branch