1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +00:00

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

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