diff options
author | simonmar <unknown> | 2003-05-29 12:58:00 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-05-29 12:58:00 +0000 |
commit | c302d7692e8d8211210e918a730ac8f27b40ab59 (patch) | |
tree | c9cd464c9e729be35e2247dd0f94c39142a81f35 /mk/paths.mk | |
parent | 4f4fe366c6c98b2be268756eff8b324e55e2fee2 (diff) | |
download | haskell-c302d7692e8d8211210e918a730ac8f27b40ab59.tar.gz |
[project @ 2003-05-29 12:58:00 by simonmar]
Clean .depend*, not just .depend (in fptools/ghc/compiler we have
several .depend 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 2ee1667bb2..42bf097acd 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -277,7 +277,7 @@ ifneq "$(BootingFromHc)" "YES" CLEAN_FILES += $(DERIVED_HC_SRCS) endif -DIST_CLEAN_FILES += .depend *.hp *.prof +DIST_CLEAN_FILES += .depend* *.hp *.prof MAINTAINER_CLEAN_FILES += $(BOOT_SRCS) $(DERIVED_HAPPY_SRCS) |