From: Chris Hanson Date: Thu, 3 May 2007 03:35:36 +0000 (+0000) Subject: Don't clean "make.dylib"; we don't generate it any more. X-Git-Tag: 20090517-FFI~598 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f0bae7397dc1c4d660e1ef942745f298ffd56cf4;p=mit-scheme.git Don't clean "make.dylib"; we don't generate it any more. --- diff --git a/v7/src/compiler/configure b/v7/src/compiler/configure index f537fe59d..c399cef91 100755 --- a/v7/src/compiler/configure +++ b/v7/src/compiler/configure @@ -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