summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-12 23:38:18 +0000
committerIan Lynagh <igloo@earth.li>2009-06-12 23:38:18 +0000
commitc02fff61e20cc64f6c0b5010d30e13efa18ae1bb (patch)
tree4dd1de8e5b9ad972b007b0a9d9db40d2efb460ed /ghc.mk
parent342c32deb5176483dfce3befbd68893740df857e (diff)
downloadhaskell-c02fff61e20cc64f6c0b5010d30e13efa18ae1bb.tar.gz
Remove library buildinfo files when cleaning
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 6259dbb50b..d6a5094433 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -905,6 +905,7 @@ clean_libraries:
"$(RM)" $(RM_OPTS) -r $(patsubst %, libraries/%/dist, $(PACKAGES) $(PACKAGES_STAGE2))
"$(RM)" $(RM_OPTS) -r $(patsubst %, libraries/%/dist-install, $(PACKAGES) $(PACKAGES_STAGE2))
"$(RM)" $(RM_OPTS) -r $(patsubst %, libraries/%/dist-boot, $(PACKAGES) $(PACKAGES_STAGE2))
+ "$(RM)" $(RM_OPTS) $(patsubst %, libraries/%/*.buildinfo, $(PACKAGES) $(PACKAGES_STAGE2))
distclean : clean
"$(RM)" $(RM_OPTS) config.cache config.status config.log mk/config.h mk/stamp-h