From: Chris Hanson Date: Sat, 7 Apr 2007 04:02:04 +0000 (+0000) Subject: All clean rules must delete "boot-compiler.com". X-Git-Tag: 20090517-FFI~680 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=835a2fd2690f76b2de8cd4fca694e212acb8070c;p=mit-scheme.git All clean rules must delete "boot-compiler.com". --- 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)