Changeset 1687


Ignore:
Timestamp:
03/16/12 15:08:38 (12 years ago)
Author:
jgipsl
Message:

Corrected small error in compiling for the case when the file .reosl already exists.

Location:
CONFIG/UNIFORM/u1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/u1/LMDZOR_u1/AA_make

    r1668 r1687  
    55 
    66all :  
    7         if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else $(M_K) LMD9695-L39 ; fi 
     7        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD9695-L39 ; fi 
    88 
    99LMD4443 : libioipsl liborchidee lmdz44x43x19 verif       
  • CONFIG/UNIFORM/u1/LMDZREPR_u1/AA_make

    r1685 r1687  
    55 
    66all :  
    7         if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else $(M_K) LMD9695-L39 ; fi 
     7        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD9695-L39 ; fi 
    88 
    99LMD4443 : libioipsl lmdz44x43x19 verif   
Note: See TracChangeset for help on using the changeset viewer.