From 6830e258b81ee97a0b7ed2ecc65695f616adeea3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 10 Aug 2008 17:30:53 +0000 Subject: [PATCH] Don't give the -d flag to rm; it goes wrong on Windows --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4