From bab2d5a3706f911e70c7154ed5ca514645768725 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 17 Jan 2004 01:40:27 +0000 Subject: [PATCH] Add "autom4te.cache" to cleanup. --- v7/src/Clean.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1