Change dhcp-forwarder to experimental coding style
[openwrt.git] / openwrt / rules.mk
index d403260..b8ed526 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)))
This page took 0.026375 seconds and 4 git commands to generate.