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:
85faef7
)
Don't clean "make.dylib"; we don't generate it any more.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 3 May 2007 03:35:36 +0000
(
03:35
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 3 May 2007 03:35:36 +0000
(
03:35
+0000)
v7/src/compiler/configure
patch
|
blob
|
history
diff --git
a/v7/src/compiler/configure
b/v7/src/compiler/configure
index f537fe59d08a011947280efc5c2c49012b8415bb..c399cef9160e1db0d7ee2428572a9fb92b0422f6 100755
(executable)
--- a/
v7/src/compiler/configure
+++ b/
v7/src/compiler/configure
@@
-1,6
+1,6
@@
#!/bin/sh
-# $Id: configure,v 1.1
4 2007/04/29 18:38:01
cph Exp $
+# $Id: configure,v 1.1
5 2007/05/03 03:35:36
cph Exp $
#
# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@
-85,7
+85,7
@@
ln -s "machines/${MACHINE}" machine
LINKS="compiler.cbf compiler.pkg compiler.sf"
if test "${MACHINE}" = C; then
- LINKS="${LINKS} make.so
make.dylib
"
+ LINKS="${LINKS} make.so"
else
LINKS="${LINKS} make.com"
fi