Don't clean "make.dylib"; we don't generate it any more.
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 May 2007 03:35:36 +0000 (03:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 May 2007 03:35:36 +0000 (03:35 +0000)
v7/src/compiler/configure

index f537fe59d08a011947280efc5c2c49012b8415bb..c399cef9160e1db0d7ee2428572a9fb92b0422f6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: configure,v 1.14 2007/04/29 18:38:01 cph Exp $
+# $Id: configure,v 1.15 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