1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:43:08 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8409 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-08-13 16:26:58 +00:00
parent 97cf62053d
commit edc76f93c2

View File

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