
$(bin)${CONSTITUENT}_dependencies.make : ${LINE} cmt_path.make requirements $(use_requirements)
	@echo "Rebuilding $@"; \
           args=`echo $? | sed -e "s#cmt_path.make.*##"`; \
           $(build_dependencies) ${CONSTITUENT} $${args}; \
	   mgrdir=`$(cmtexe) show macro_value mgr`; \
	   if test ! "$(bin)" = "./" -a -f $${mgrdir}${CONSTITUENT}_dependencies.make ; \
	     then /bin/mv -f $${mgrdir}${CONSTITUENT}_dependencies.make $(bin); fi

-include $(bin)${CONSTITUENT}_dependencies.make

