328N/A echol "# make distrib VERSION_SUFFIX=pre"
328N/A echol "VERSION_SUFFIX="
328N/A echol "# The distribution's top directory"
328N/A-echol 'TOPDIR=clisp-$(VERSION)$(VERSION_SUFFIX)'
328N/A echol '# Directories used by "make install":'
328N/A echol "prefix = ${PREFIX}"
328N/A- then platform_line=" | sed -e \"s,@PLATFORM@,${TSYS},g\""
328N/A- else platform_line=" | sed -e \"s,@PLATFORM@,${host},g\""
328N/A+ then platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
328N/A+ else platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
328N/A sourcedir=${SRCDOCDIR} ;;
328N/A *) sourcedir=${SRCDIR} ;;