summaryrefslogtreecommitdiff
path: root/mk/paths.mk
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-05-29 12:58:00 +0000
committersimonmar <unknown>2003-05-29 12:58:00 +0000
commitc302d7692e8d8211210e918a730ac8f27b40ab59 (patch)
treec9cd464c9e729be35e2247dd0f94c39142a81f35 /mk/paths.mk
parent4f4fe366c6c98b2be268756eff8b324e55e2fee2 (diff)
downloadhaskell-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.mk2
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)