diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-06-09 16:21:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-06-09 16:21:20 +0000 |
commit | 7007ab6dddd97d50e49a300cea8f5d094a4a27cd (patch) | |
tree | 18a2bd7329b0b01be26ab1ae7962dfbe99d433cf | |
parent | f4e7bdac427e5cf7c06378fdb68e6f1780bcaff4 (diff) | |
download | upstream-7007ab6dddd97d50e49a300cea8f5d094a4a27cd.tar.gz upstream-7007ab6dddd97d50e49a300cea8f5d094a4a27cd.tar.bz2 upstream-7007ab6dddd97d50e49a300cea8f5d094a4a27cd.zip |
fix make menuconfig/oldconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11415 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/toplevel.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |