Ignore:
Timestamp:
Jan 18, 2000, 3:26:21 PM (24 years ago)
Author:
lmdz
Message:

Probleme de localisation des fichiers mod sur le Nec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/trunk/create_make_gcm

    r12 r20  
    173173            MODU=0; egrep -i ' *module ' $fili.F> /dev/null 2>&1 && MODU=1
    174174            if [ "$MODU" -eq '1' -a "$CRAY" != '1' ] ; then
    175               if [ "$os" = 'UNIX_System_V' ] ; then
     175              if [ "$os" -eq 'UNIX_System_V' -o "$os" -eq 'SUPER-UX' ] ; then
    176176                echo '  cp $(MOD_LOC_DIR)/*.$(MOD_SUFFIX) $(LIBO)/ ; \'
    177177              else
Note: See TracChangeset for help on using the changeset viewer.