diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2008-11-10 08:07:29 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2008-11-10 08:07:29 (GMT) |
commit | 4956121a44ce157002fe52849b5d5cfec82ee3de (patch) | |
tree | caa9dddca5bd64480e45f8e1d2d1d859073425ff /Makefile | |
parent | 6546c7595ba3214af9ca304b38b1aa1b0001b6b0 (diff) | |
download | mxe-4956121a44ce157002fe52849b5d5cfec82ee3de.zip mxe-4956121a44ce157002fe52849b5d5cfec82ee3de.tar.gz mxe-4956121a44ce157002fe52849b5d5cfec82ee3de.tar.bz2 |
add 'SHELL=bash' hints where necessary, so it works on systems where /bin/sh isn't a Bash
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ PREFIX := $(PWD)/usr PKG_DIR := $(PWD)/pkg TMP_DIR = $(PWD)/tmp-$(1) PATH := $(PREFIX)/bin:$(PATH) +SHELL := bash SED := $(shell gsed --version >/dev/null 2>&1 && echo g)sed PKG_RULES := $(patsubst src/%.mk,%,$(wildcard src/*.mk)) |