Fix the stage2 compilation, no side effect with gcc4 (#2190)

SVN-Revision: 8409
This commit is contained in:
Florian Fainelli 2007-08-13 16:26:58 +00:00
parent d0edc434ab
commit 0143069883

View file

@ -93,9 +93,7 @@ define Stage2/Configure
endef
define Stage2/Compile
$(MAKE) -C $(BUILD_DIR2) \
SHELL="$(BASH)" \
all
export SHELL="\$(BASH)"; \$(MAKE) -C \$(BUILD_DIR2) all
endef
define Stage2/Install