create a platform config-* file if there is none already when running kernel_menuconf...
[openwrt.git] / include / toplevel.mk
index 6fd4a53..606e3e5 100644 (file)
@@ -51,12 +51,12 @@ prepare-tmpinfo: FORCE
        fi
 
 scripts/config/mconf:
-       @$(_SINGLE)$(SUBMAKE) -s -j1 -C scripts/config all
+       @$(SUBMAKE) -s -j1 -C scripts/config all
 
 $(eval $(call rdep,scripts/config,scripts/config/mconf))
 
 scripts/config/conf:
-       @$(_SINGLE)$(SUBMAKE) -s -j1 -C scripts/config conf
+       @$(SUBMAKE) -s -j1 -C scripts/config conf
 
 config: scripts/config/conf prepare-tmpinfo FORCE
        $< Config.in
This page took 0.022138 seconds and 4 git commands to generate.