fix compile errors by forcing bash to be used as a shell in all submake processes

SVN-Revision: 22726
This commit is contained in:
Felix Fietkau
2010-08-19 13:32:47 +00:00
parent 0f64b1d870
commit b3c871375b
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ TARGET_OPTIMIZATION:=$(call qstrip,$(CONFIG_TARGET_OPTIMIZATION))
TARGET_SUFFIX=$(call qstrip,$(CONFIG_TARGET_SUFFIX))
BUILD_SUFFIX:=$(call qstrip,$(CONFIG_BUILD_SUFFIX))
SUBDIR:=$(patsubst $(TOPDIR)/%,%,${CURDIR})
export SHELL:=/usr/bin/env bash
OPTIMIZE_FOR_CPU=$(subst i386,i486,$(ARCH))