From 835a2fd2690f76b2de8cd4fca694e212acb8070c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 7 Apr 2007 04:02:04 +0000 Subject: [PATCH] All clean rules must delete "boot-compiler.com". --- v7/src/Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index 8927fd343..3db88d3e5 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.30 2007/04/05 17:49:54 cph Exp $ +# $Id: Makefile.in,v 1.31 2007/04/07 04:02:04 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -83,13 +83,10 @@ c: boot-compiler.com boot-compiler.com: $(srcdir)/etc/c-boot-compiler.sh -c-clean: +mostlyclean clean distclean maintainer-clean c-clean: -rm -f boot-compiler.com $(srcdir)/Clean.sh $@ $(SUBDIRS) -mostlyclean clean distclean maintainer-clean: - $(srcdir)/Clean.sh $@ $(SUBDIRS) - tags TAGS: $(srcdir)/Tags.sh $(SUBDIRS) -- 2.25.1