diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-12 23:38:18 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-12 23:38:18 +0000 |
commit | c02fff61e20cc64f6c0b5010d30e13efa18ae1bb (patch) | |
tree | 4dd1de8e5b9ad972b007b0a9d9db40d2efb460ed /ghc.mk | |
parent | 342c32deb5176483dfce3befbd68893740df857e (diff) | |
download | haskell-c02fff61e20cc64f6c0b5010d30e13efa18ae1bb.tar.gz |
Remove library buildinfo files when cleaning
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |