mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-09-12 02:01:24 +00:00
Update Makefile
find bash on path
This commit is contained in:
@@ -8,7 +8,7 @@ include disable_implicite_rules.mk
|
||||
# =================================================
|
||||
# variables
|
||||
# =================================================
|
||||
SHELL ?= /bin/bash
|
||||
$(eval SHELL = $(shell which bash 2>/dev/null) )
|
||||
|
||||
PREFIX ?= /opt/amiga
|
||||
export PATH := $(PREFIX)/bin:$(PATH)
|
||||
|
||||
Reference in New Issue
Block a user