Ignore:
Timestamp:
Aug 4, 2010, 11:37:54 AM (14 years ago)
Author:
rybkin
Message:

See C.L. 433

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/constituent_lock

    r547 r548  
    7676$(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies)
    7777#$(cmt_local_${CONSTITUENT}_makefile) : $(cmt_local_tagfile_${CONSTITUENT})
    78         if [ ! -f $@ ]; then \
     78        if [ ! -f $@ ] || [ ! -f $(cmt_local_tagfile_${CONSTITUENT}) ] || \
     79          [ ! -f $(cmt_final_setup_${CONSTITUENT}) ]; then \
    7980          test -z "$(cmtmsg)" || \
    8081          echo "$(CMTMSGPREFIX)" "(constituents.make) Building ${CONSTITUENT}.make"; \
Note: See TracChangeset for help on using the changeset viewer.