add some fixes for parallel build (does not work with -j4 yet, but it gets most packa...
[openwrt.git] / rules.mk
index d403260..b8ed526 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -1,6 +1,6 @@
 include $(TOPDIR)/.config
 MAKE1=make
-MAKE=make -j$(BR2_JLEVEL)
+MAKEFLAGS=-j$(BR2_JLEVEL)
 
 # Strip off the annoying quoting
 ARCH:=$(strip $(subst ",, $(BR2_ARCH)))