summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2008-07-24 08:09:51 +0000
committerSimon Marlow <marlowsd@gmail.com>2008-07-24 08:09:51 +0000
commit592766aac81d0889b56d4957382bbc6b7dad2d4b (patch)
tree2e7682f767eaacac48727ae83a97845b2e5dccd3 /ghc/Makefile
parent228c19b0e8a5af4baa51e720f23202422b22ad10 (diff)
downloadhaskell-592766aac81d0889b56d4957382bbc6b7dad2d4b.tar.gz
put the inplace GHC in stageN-inplace/ghc instead of stageN-inplace/bin/ghc
just saves a bit of typing
Diffstat (limited to 'ghc/Makefile')
-rw-r--r--ghc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Makefile b/ghc/Makefile
index 806db1a0a7..88b4dc082f 100644
--- a/ghc/Makefile
+++ b/ghc/Makefile
@@ -85,7 +85,7 @@ build.stage.%:
$(INSTALL_PACKAGE) install '$(GHC_PKG_PROG)' 'XXX/package.conf' "" \
$(FPTOOLS_TOP_ABS)/ghc/stage$*-inplace \
$(FPTOOLS_TOP_ABS)/ghc/stage$*-inplace \
- '$$prefix/bin' \
+ '$$prefix' \
'$(INPLACE_DATA_DIR)' \
'$$prefix/libexec' \
'$$prefix/dynlib' \