BLFS: Be sure that the menu/mconf binary is rebuild each time.
This commit is contained in:
parent
4a33ef0ae6
commit
a06975772a
1 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@ CONFIG = menu
|
|||
all: menuconfig
|
||||
|
||||
$(CONFIG)/conf:
|
||||
$(MAKE) -C $(CONFIG) conf
|
||||
$(MAKE) -B -C $(CONFIG) conf
|
||||
|
||||
$(CONFIG)/mconf:
|
||||
$(MAKE) -C $(CONFIG) ncurses conf mconf
|
||||
$(MAKE) -B -C $(CONFIG) ncurses conf mconf
|
||||
|
||||
menuconfig: $(CONFIG)/mconf
|
||||
@./update_book.sh none
|
||||
|
@ -35,4 +35,4 @@ clean-target:
|
|||
rm -f error
|
||||
- $(MAKE) -C $(CONFIG) clean
|
||||
|
||||
.PHONY: all menuconfig config clean clean-target
|
||||
.PHONY: all menuconfig config clean clean-target $(CONFIG)/conf $(CONFIG)/mconf
|
||||
|
|
Reference in a new issue