From: Ian Lynagh Date: Sun, 10 Aug 2008 17:32:37 +0000 (+0000) Subject: Remove a pointless use of $(HERE_ABS)/ X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=23845e41c280c04d854138672fa0577581f66610 Remove a pointless use of $(HERE_ABS)/ --- diff --git a/libraries/Makefile b/libraries/Makefile index 606d102..3a36e98 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -163,7 +163,7 @@ BOOTSTRAPPING_FLAGS = $(CABAL_GHC_FLAGS) -DCABAL_VERSION=$(CABAL_VERSION) -odir boot: ifBuildable/ifBuildable cabal-bin bootstrapping.conf cabal-bin: cabal-bin.hs - mkdir $(HERE_ABS)/bootstrapping + mkdir bootstrapping $(GHC) $(BOOTSTRAPPING_FLAGS) --make cabal-bin -o cabal-bin bootstrapping.conf: cabal-bin