From b17b6a0106b8bbd8307ecf5b9eab9a83a8aaf1bc Mon Sep 17 00:00:00 2001 From: ken Date: Mon, 23 Jul 2001 22:56:44 +0000 Subject: [PATCH 1/1] [project @ 2001-07-23 22:56:44 by ken] Add the *.a.list "list of object files to archive" file to 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 b143fed..fd128ae 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -213,7 +213,7 @@ MAINTAINER_CLEAN_FILES += $(BOOT_SRCS) MOSTLY_CLEAN_FILES += \ *.CKP *.ln *.BAK *.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 *.cb *_stub.c *_stub.h *.raw_s + *.toc *.lot *.lof *.blg *.cb *_stub.c *_stub.h *.raw_s *.a.list #------------------------------------------------------------------ # -- 1.7.10.4