From edcdbed53897344f3f54112f8afceec0b1daf9be Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 12 Jan 2007 03:53:59 +0000 Subject: [PATCH] Move "autom4te.cache" from "make maintainer-clean" to "make distclean". --- v7/src/microcode/makegen/Makefile.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/makegen/Makefile.in.in b/v7/src/microcode/makegen/Makefile.in.in index 8e5ac90aa..fb951b9e2 100644 --- a/v7/src/microcode/makegen/Makefile.in.in +++ b/v7/src/microcode/makegen/Makefile.in.in @@ -1,6 +1,6 @@ # -*- Makefile -*- # -# $Id: Makefile.in.in,v 1.41 2007/01/12 02:57:10 cph Exp $ +# $Id: Makefile.in.in,v 1.42 2007/01/12 03:53:59 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -281,10 +281,10 @@ clean: mostlyclean distclean: clean -rm -f $(DISTCLEAN_FILES) + -rm -rf autom4te.cache maintainer-clean: distclean -rm -f $(MAINTAINER_CLEAN_FILES) - -rm -rf autom4te.cache ( cd cmpauxmd && $(MAKE) $@ ) install: install-binPROGRAMS install-auxPROGRAMS install-auxLIBS \ -- 2.25.1