From: ken Date: Mon, 23 Jul 2001 22:56:44 +0000 (+0000) Subject: [project @ 2001-07-23 22:56:44 by ken] X-Git-Tag: Approximately_9120_patches~1465 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b17b6a0106b8bbd8307ecf5b9eab9a83a8aaf1bc;hp=e99733ffee71d1f3737f3ea39a31e9449f51be94;p=ghc-hetmet.git [project @ 2001-07-23 22:56:44 by ken] Add the *.a.list "list of object files to archive" file to MOSTLY_CLEAN_FILES. --- 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 #------------------------------------------------------------------ #