X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=5fea4b2503b9d4d05f81d7fd0085deaa31724a07;hb=364193a015565b043c5d0417750b023af6760c4f;hp=f3fc65e63bf4c69ae09488a0ab9e25be04601a81;hpb=b6d8ea325f1edc435b58782ae6880a6eee542aa8;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index f3fc65e..5fea4b2 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