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

SVN-Revision: 8409
v19.07.3_mercusys_ac12_duma
Florian Fainelli 17 years ago
parent d0edc434ab
commit 0143069883

@ -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

Loading…
Cancel
Save