From f401dbba8ca0abb1e448a9b239a9e9e150ced90d Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 18 Nov 2013 11:43:29 -0700 Subject: [PATCH] make.so is supposed to be found in the compiler bundle. It must have been Chaos that slipped in this bogus fix. --- src/compiler/configure | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.25.1