fix make menuconfig/oldconfig
SVN-Revision: 11415
This commit is contained in:
parent
4c665e6ca4
commit
80e70b78fd
1 changed files with 2 additions and 2 deletions
|
@ -51,12 +51,12 @@ prepare-tmpinfo: FORCE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
scripts/config/mconf:
|
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))
|
$(eval $(call rdep,scripts/config,scripts/config/mconf))
|
||||||
|
|
||||||
scripts/config/conf:
|
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: scripts/config/conf prepare-tmpinfo FORCE
|
||||||
$< Config.in
|
$< Config.in
|
||||||
|
|
Loading…
Reference in a new issue