Remove a pointless use of $(HERE_ABS)/
authorIan Lynagh <igloo@earth.li>
Sun, 10 Aug 2008 17:32:37 +0000 (17:32 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 10 Aug 2008 17:32:37 +0000 (17:32 +0000)
libraries/Makefile

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