From b5e8f8ed50693029d5d76801ad3a3e68f174dfdf Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 12 May 1998 16:01:50 +0000 Subject: [PATCH] [project @ 1998-05-12 16:01:50 by simonm] - remove *.hc from MOSTLY_CLEAN_FILES. --- mk/paths.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/paths.mk b/mk/paths.mk index 355a64d..a611fff 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -165,7 +165,7 @@ MAINTAINER_CLEAN_FILES += .depend $(BOOT_SRCS) # `Standard' set of files to clean out. # MOSTLY_CLEAN_FILES += \ - *.CKP *.ln *.BAK *.bak *.o *.hc core a.out errs ,* *.a .emacs_* \ + *.CKP *.ln *.BAK *.bak *.o *core a.out errs ,* *.a .emacs_* \ tags TAGS *.ind *.ilg *.idx *.idx-prev *.aux *.aux-prev *.dvi *.log \ *.toc *.lot *.lof *.blg *.info *.itxi *.itex *.ihtml *.cb -- 1.7.10.4