From: Matt Birkholz Date: Mon, 18 Nov 2013 18:43:29 +0000 (-0700) Subject: make.so is supposed to be found in the compiler bundle. X-Git-Tag: release-9.2.0~51 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f401dbba8ca0abb1e448a9b239a9e9e150ced90d;p=mit-scheme.git make.so is supposed to be found in the compiler bundle. It must have been Chaos that slipped in this bogus fix. --- diff --git a/src/compiler/configure b/src/compiler/configure index f374de4f1..c01456a3c 100755 --- a/src/compiler/configure +++ b/src/compiler/configure @@ -40,9 +40,6 @@ if test -z "${MACHINE}"; then fi LINKS="compiler.cbf compiler.pkg compiler.sf make.com make.bin" -if test x${MACHINE} = xC; then - LINKS="${LINKS} make.so" -fi for FN in machine ${LINKS}; do if test -e ${FN} && test ! -L ${FN}; then