Index: mttroot/mtt/lib/rep/sfun_rep/Makefile ================================================================== --- mttroot/mtt/lib/rep/sfun_rep/Makefile +++ mttroot/mtt/lib/rep/sfun_rep/Makefile @@ -48,17 +48,17 @@ echo Creating $@ cat $^ | sed 's//$(MTT_SYS)/g' > $@ README:: ${MTT_REP}/sfun_rep/README.tmpl README.CVS echo Creating $@ - cat $^ | sed 's//$(MTT_SYS)/g' > $@ + date > $@ + cat $^ | sed 's//$(MTT_SYS)/g' >> $@ rm -f README.CVS README.CVS: echo Getting CVS status (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