Index: mttroot/mtt/lib/rep/sfun_rep/Makefile ================================================================== --- mttroot/mtt/lib/rep/sfun_rep/Makefile +++ mttroot/mtt/lib/rep/sfun_rep/Makefile @@ -53,11 +53,11 @@ cat $^ | sed 's//$(MTT_SYS)/g' > $@ rm -f README.CVS README.CVS: echo Getting CVS status - cvs status ../$(MTT_SYS)_abg.fig > $@ 2>1 + (cvs status ../$(MTT_SYS)_abg.fig || echo -e "\n$(MTT_SYS)_abg.fig is not under CVS\n") > $@ 2>1 date >> $@ $(MTT_SYS)_ae.c: $(MTT_SYS)_ae.m echo Creating $@ ${MTT_CC}/mtt_m2cc.sh $(MTT_SYS) ae c cat