summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-27 18:50:24 +0000
committerIan Lynagh <igloo@earth.li>2008-08-27 18:50:24 +0000
commitb980fbf46aad86bab37a628cb8dc7f7602d7452d (patch)
tree01fc9c3327cdff951f4ab8b1d2e277b1aff02b71 /libraries/Makefile
parent1db693badb37e35cb6ed0170e931d61b5234e863 (diff)
downloadhaskell-b980fbf46aad86bab37a628cb8dc7f7602d7452d.tar.gz
Don't fail if libraries/bootstrapping already exists
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 7459bc5a7d..914c35106d 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