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}"
1195N/A- platform_line=" | sed -e \"s,@PLATFORM@,${TSYS},g\""
1195N/A+ platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
1195N/A- platform_line=" | sed -e \"s,@PLATFORM@,${host},g\""
1195N/A+ platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
328N/A sourcedir=${SRCDOCDIR} ;;
328N/A *) sourcedir=${SRCDIR} ;;