From: nbd Date: Mon, 9 Jun 2008 16:21:20 +0000 (+0000) Subject: fix make menuconfig/oldconfig X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=1a3c05003391f0d8119d0a5b7940d14d53df1eca;p=openwrt.git fix make menuconfig/oldconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11415 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 6fd4a534b2..606e3e5844 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -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