From b980fbf46aad86bab37a628cb8dc7f7602d7452d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 27 Aug 2008 18:50:24 +0000 Subject: [PATCH] Don't fail if libraries/bootstrapping already exists --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4