diff options
author | Ian Lynagh <igloo@earth.li> | 2007-05-13 16:34:51 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-05-13 16:34:51 +0000 |
commit | 0fef954527222d451cb437bb28731f041a301289 (patch) | |
tree | 6fccaa451ec2bc1200a6302f7dedced5d6043e63 /mk | |
parent | 6ac403be68c9ce9bf6ee6b78b9c70c69454dcde5 (diff) | |
download | haskell-0fef954527222d451cb437bb28731f041a301289.tar.gz |
Move the libraries bindist generation code into libraries/Makefile
This should mean it works even when some libraries are unbuildable.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index f3fc65e63b..5fea4b2503 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -502,6 +502,10 @@ FPTOOLS_TOP_ABS = @hardtop@ # The platform specific version of 'hardtop'. FPTOOLS_TOP_ABS_PLATFORM = @hardtop_plat@ +BIN_DIST_NAME=ghc-$(ProjectVersion) +BIN_DIST_TOPDIR=$(FPTOOLS_TOP_ABS) +BIN_DIST_DIR=$(BIN_DIST_TOPDIR)/$(BIN_DIST_NAME) + # # Installation directories, we don't use half of these, # but since the configure script has them on offer while |