From: Chris Hanson Date: Sat, 17 Jan 2004 01:40:27 +0000 (+0000) Subject: Add "autom4te.cache" to cleanup. X-Git-Tag: 20090517-FFI~1709 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bab2d5a3706f911e70c7154ed5ca514645768725;p=mit-scheme.git Add "autom4te.cache" to cleanup. --- diff --git a/v7/src/Clean.sh b/v7/src/Clean.sh index cb3d7198c..4eef386c3 100755 --- a/v7/src/Clean.sh +++ b/v7/src/Clean.sh @@ -1,8 +1,8 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.7 2003/02/14 18:48:11 cph Exp $ +# $Id: Clean.sh,v 1.8 2004/01/17 01:40:27 cph Exp $ # -# Copyright 2000 Massachusetts Institute of Technology +# Copyright 2000,2004 Massachusetts Institute of Technology # # This file is part of MIT/GNU Scheme. # @@ -67,8 +67,8 @@ if [ ${DIST} = yes ]; then fi if [ ${MAINTAINER} = yes ]; then - echo "rm -rf configure lib" - rm -rf configure lib + echo "rm -rf configure lib autom4te.cache" + rm -rf configure lib autom4te.cache fi for SUBDIR; do