make.so is supposed to be found in the compiler bundle.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 18 Nov 2013 18:43:29 +0000 (11:43 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Mon, 18 Nov 2013 18:43:29 +0000 (11:43 -0700)
It must have been Chaos that slipped in this bogus fix.

src/compiler/configure

index f374de4f194146bb652555669ad5fef5f702b90e..c01456a3c280f5d214898e8ad38658978378a6c6 100755 (executable)
@@ -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