From c302d7692e8d8211210e918a730ac8f27b40ab59 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 29 May 2003 12:58:00 +0000 Subject: [PATCH] [project @ 2003-05-29 12:58:00 by simonmar] Clean .depend*, not just .depend (in fptools/ghc/compiler we have several .depend files). --- mk/paths.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/paths.mk b/mk/paths.mk index 2ee1667..42bf097 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) -- 1.7.10.4