mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
fix make menuconfig/oldconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11415 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
83b31e078f
commit
1a3c050033
@ -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