add some fixes for parallel build (does not work with -j4 yet, but it gets most packa...
[openwrt/svn-archive/archive.git] / openwrt / rules.mk
index d403260ddb5cd3de0b762df0366ce816c6f23489..b8ed526a0c8a8ccefd46f952483a50fee3d2e5be 100644 (file)
@@ -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)))