From: simonmar Date: Thu, 29 May 2003 12:58:00 +0000 (+0000) Subject: [project @ 2003-05-29 12:58:00 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~846 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c302d7692e8d8211210e918a730ac8f27b40ab59 [project @ 2003-05-29 12:58:00 by simonmar] Clean .depend*, not just .depend (in fptools/ghc/compiler we have several .depend files). --- 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)