mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
fix make menuconfig/oldconfig
SVN-Revision: 11415
This commit is contained in:
parent
4c665e6ca4
commit
80e70b78fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user