projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c665e6
)
fix make menuconfig/oldconfig
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jun 2008 16:21:20 +0000
(16:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jun 2008 16:21:20 +0000
(16:21 +0000)
SVN-Revision: 11415
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index 6fd4a534b29d08dbeddda0558762fd3a7dc224c6..606e3e5844b45635645958e6f6090f844f078518 100644
(file)
--- 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