Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.227 2000/02/16 15:05:46 peterg +## Replaced spurious 8spaces by tab +## ## Revision 1.226 2000/02/10 18:51:31 peterg ## Included OFF exp; in subs.r default ## ## Revision 1.225 2000/02/10 15:03:10 peterg ## Put subs.r file into the m-code generation -- allows the off exp; @@ -1544,11 +1547,11 @@ #SUMMARY sympar symbolic parameters (txt) #SUMMARY sympar* symbolic parameters (view) # Lbl to sympar conversion ifeq ($switches,0) -$1_sympar.txt: $1_sub.sh +$1_sympar.txt: $1_sub.sh $1_lbl.txt lbl2sympar_txt2txt $1 if [ "$level" = "0" ]; then \ mv $1_sympar.txt MTT_sympar.txt; \ else \ @@ -1561,11 +1564,11 @@ if [ "$level" = "0" ]; then \ sort_sympar $1_sympar.txt; \ fi endif ifeq ($switches,1) -$1_sympar.txt: $1_sub.sh +$1_sympar.txt: $1_sub.sh $1_lbl.txt lbl2sympar_txt2txt $1 if [ "$level" = "0" ]; then \ mv $1_sympar.txt MTT_sympar.txt; \ else \