Remove makefiles_created on maintainer-clean.
authorChris Hanson <org/chris-hanson/cph>
Sun, 17 Jun 2007 18:45:13 +0000 (18:45 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 17 Jun 2007 18:45:13 +0000 (18:45 +0000)
v7/src/Clean.sh

index 643d7e391a83e9b0c0ca7f5fde25b2808a681b62..8174a4654bbf051235685d0d91d77f1f26c781f4 100755 (executable)
@@ -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