Changeset 1217 for trunk/external


Ignore:
Timestamp:
08/30/06 13:29:25 (18 years ago)
Author:
mar637
Message:

Merge from Release2.1.0b tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/casa_asap/configure.sh

    r1210 r1217  
    3232    mv $ROOTDIR/linux $ROOTDIR/linux_64b
    3333    cd $ROOTDIR/linux_64b/UNKNOWN_SITE
    34     cat makedefs.64 | sed -e  "s#-Wall  #-Wall $flags#" > makedefs
     34    cat makedefs.64 | sed -e  "s#-Wall  #-Wall $cppflags#" > makedefs
    3535    cd $ROOTDIR
    3636elif [ $arch == 'Darwin' ]; then
     
    4343    echo "configuring linux..."
    4444    cd $ROOTDIR/linux/UNKNOWN_SITE
    45     cat makedefs.32 | sed -e  "s#-Wall  #-Wall $flags#" > makedefs
     45    cat makedefs.32 | sed -e  "s#-Wall  #-Wall $cppflags#" > makedefs
    4646    cd $ROOTDIR
    4747fi
Note: See TracChangeset for help on using the changeset viewer.