summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-10 17:32:37 +0000
committerIan Lynagh <igloo@earth.li>2008-08-10 17:32:37 +0000
commit23845e41c280c04d854138672fa0577581f66610 (patch)
tree214dc17688a1b1e90226f147894a2f1fa3f0e38b /libraries/Makefile
parent6830e258b81ee97a0b7ed2ecc65695f616adeea3 (diff)
downloadhaskell-23845e41c280c04d854138672fa0577581f66610.tar.gz
Remove a pointless use of $(HERE_ABS)/
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 606d102bc4..3a36e988d3 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