From: Ian Lynagh Date: Sun, 10 Aug 2008 17:30:53 +0000 (+0000) Subject: Don't give the -d flag to rm; it goes wrong on Windows X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6830e258b81ee97a0b7ed2ecc65695f616adeea3 Don't give the -d flag to rm; it goes wrong on Windows --- diff --git a/libraries/Makefile b/libraries/Makefile index 50cd518..606d102 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -312,7 +312,7 @@ clean: $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR)) -cd filepath && $(CABAL) clean --distpref=dist-bootstrapping -cd Cabal && $(CABAL) clean --distpref=dist-bootstrapping -cd hpc && $(CABAL) clean --distpref=dist-bootstrapping - $(RM) -rfd bootstrapping + $(RM) -rf bootstrapping $(RM) -f bootstrapping.conf bootstrapping.conf.old $(RM) -f bootstrapping.conf.tmp bootstrapping.conf.tmp.old $(RM) -f cabal-bin cabal-bin.exe