Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.340 2002/05/08 22:13:47 geraint +## Removed redundant path from mtt_*.cc targets in mexglx build line. +## ## Revision 1.339 2002/05/08 21:32:26 geraint ## Tidied up $1_ode2odes_*.* targets and renamed dummies as *.stamp. ## ## Revision 1.338 2002/05/08 16:03:32 geraint ## Added mex support for ode2odes: mtt sys ode2odes mexglx. @@ -1959,10 +1962,15 @@ if [ "${this_dir}" = "MTT_work" ]; then # Copy from read dirs to MTT_work for dir in ${read_dirs}; do echo Copying ${dir}/* cp --force ${dir}/* . + read_files=`echo ${dir}/*` + for read_file in ${read_files}; do + read_file_name=`basename ${read_file}` + touch ${read_file_name} + done done fi # Tidy mode - operate in the directory MTT-work if [ "$tidy" = "tidy" ]; then