projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811b672
)
make.so is supposed to be found in the compiler bundle.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Mon, 18 Nov 2013 18:43:29 +0000
(11:43 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/src/compiler/configure
b/src/compiler/configure
index f374de4f194146bb652555669ad5fef5f702b90e..c01456a3c280f5d214898e8ad38658978378a6c6 100755
(executable)
--- 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