From: Chris Hanson Date: Sun, 17 Jun 2007 18:45:13 +0000 (+0000) Subject: Remove makefiles_created on maintainer-clean. X-Git-Tag: 20090517-FFI~519 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=307526bf2d4604d8d7b1da951f13d5b8f3994e9a;p=mit-scheme.git Remove makefiles_created on maintainer-clean. --- diff --git a/v7/src/Clean.sh b/v7/src/Clean.sh index 643d7e391..8174a4654 100755 --- a/v7/src/Clean.sh +++ b/v7/src/Clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.17 2007/06/08 06:03:20 cph Exp $ +# $Id: Clean.sh,v 1.18 2007/06/17 18:45:13 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -74,7 +74,7 @@ if [ ${DIST} = yes ]; then fi if [ ${MAINTAINER} = yes ]; then - maybe_rm autom4te.cache configure lib stamp_* boot-root + maybe_rm autom4te.cache configure lib stamp_* boot-root makefiles_created fi for SUBDIR in ${SUBDIRS}; do