From: Chris Hanson Date: Sat, 7 Apr 2007 04:02:22 +0000 (+0000) Subject: Delete "compiler-unx.*". X-Git-Tag: 20090517-FFI~679 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ade841975e8f05a26d77eda6e4ea4df0002078c1;p=mit-scheme.git Delete "compiler-unx.*". --- diff --git a/v7/src/compiler/Clean.sh b/v7/src/compiler/Clean.sh index 58e0da26a..de241d62a 100755 --- a/v7/src/compiler/Clean.sh +++ b/v7/src/compiler/Clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.14 2007/04/05 00:25:30 riastradh Exp $ +# $Id: Clean.sh,v 1.15 2007/04/07 04:02:22 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -35,6 +35,7 @@ TOPDIR=${TOPDIR:-`pwd`/..} export TOPDIR CLEANSH=${TOPDIR}/etc/Clean.sh "${CLEANSH}" "${1}" rm-pkg +rm -f compiler-unx.c compiler-unx.o case "${1}" in c-clean)