1195N/A--- src/makemake.in.orig 2012-05-30 11:27:19.564691644 -0700
1195N/A+++ src/makemake.in 2012-05-30 11:29:55.415062484 -0700
1195N/A@@ -1904,7 +1904,7 @@
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 'TOPDIR=clisp'
328N/A echol
328N/A echol '# Directories used by "make install":'
328N/A echol "prefix = ${PREFIX}"
1195N/A@@ -3450,9 +3448,9 @@
1195N/A clisp.html | clisp.1 | clisp-1.html | \
1195N/A clisp-link.html | clisp-link.1 | clisp-link-1.html )
1195N/A if [ $HOS = win32 ]; then
1195N/A- platform_line=" | sed -e \"s,@PLATFORM@,${TSYS},g\""
1195N/A+ platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
1195N/A else
1195N/A- platform_line=" | sed -e \"s,@PLATFORM@,${host},g\""
1195N/A+ platform_line=" | sed -e \"s,Platform: @PLATFORM@,User Commands,g\""
328N/A fi
328N/A sourcedir=${SRCDOCDIR} ;;
328N/A *) sourcedir=${SRCDIR} ;;