diff options
author | ken <unknown> | 2001-07-23 22:56:44 +0000 |
---|---|---|
committer | ken <unknown> | 2001-07-23 22:56:44 +0000 |
commit | b17b6a0106b8bbd8307ecf5b9eab9a83a8aaf1bc (patch) | |
tree | df02b39acc94b21a1846c0e1d9677413eb3319d8 /mk/paths.mk | |
parent | e99733ffee71d1f3737f3ea39a31e9449f51be94 (diff) | |
download | haskell-b17b6a0106b8bbd8307ecf5b9eab9a83a8aaf1bc.tar.gz |
[project @ 2001-07-23 22:56:44 by ken]
Add the *.a.list "list of object files to archive" file
to MOSTLY_CLEAN_FILES.
Diffstat (limited to 'mk/paths.mk')
-rw-r--r-- | mk/paths.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/paths.mk b/mk/paths.mk index b143fed3d1..fd128ae5ed 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 #------------------------------------------------------------------ # |