
#
# This file is read and executed by maketables, or it can be run on its
# own to link any missing .out files to appropriate existing .out files.
#


rm -f HM.out
ln HB.out HM.out

if [ -f HB.add ]; then
    rm -f HM.add
    ln HB.add HM.add
fi

