From: Ian Lynagh Date: Wed, 27 Aug 2008 18:50:24 +0000 (+0000) Subject: Don't fail if libraries/bootstrapping already exists X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b980fbf46aad86bab37a628cb8dc7f7602d7452d Don't fail if libraries/bootstrapping already exists --- diff --git a/libraries/Makefile b/libraries/Makefile index 7459bc5..914c351 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -164,7 +164,7 @@ BOOTSTRAPPING_FLAGS = $(CABAL_GHC_FLAGS) -DCABAL_VERSION=$(CABAL_VERSION) -odir boot: ifBuildable/ifBuildable cabal-bin bootstrapping.conf cabal-bin: cabal-bin.hs - mkdir bootstrapping + -mkdir bootstrapping $(GHC) $(BOOTSTRAPPING_FLAGS) --make cabal-bin -o cabal-bin bootstrapping.conf: cabal-bin