Changeset a069757 for BLFS


Ignore:
Timestamp:
07/26/2007 08:01:43 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d262d17
Parents:
4a33ef0
Message:

BLFS: Be sure that the menu/mconf binary is rebuild each time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r4a33ef0 ra069757  
    1212
    1313$(CONFIG)/conf:
    14         $(MAKE) -C $(CONFIG) conf
     14        $(MAKE) -B -C $(CONFIG) conf
    1515
    1616$(CONFIG)/mconf:
    17         $(MAKE) -C $(CONFIG) ncurses conf mconf
     17        $(MAKE) -B -C $(CONFIG) ncurses conf mconf
    1818
    1919menuconfig: $(CONFIG)/mconf
     
    3636        - $(MAKE) -C $(CONFIG) clean
    3737
    38 .PHONY: all menuconfig config clean clean-target
     38.PHONY: all menuconfig config clean clean-target $(CONFIG)/conf $(CONFIG)/mconf
Note: See TracChangeset for help on using the changeset viewer.