Don't give the -d flag to rm; it goes wrong on Windows
authorIan Lynagh <igloo@earth.li>
Sun, 10 Aug 2008 17:30:53 +0000 (17:30 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 10 Aug 2008 17:30:53 +0000 (17:30 +0000)
libraries/Makefile

index 50cd518..606d102 100644 (file)
@@ -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