X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=32176c18b61c81c476361df45355886055d0232e;hb=a4d1f3a5a560ee8f4cbf32e2d6a9e9d158c8d8ee;hp=68f460ebd75dd0e8efd257db0f7ef67ba4bbd071;hpb=a2dd573dca7d1cf150e900a7ea6e03d734bee96b;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 68f460e..32176c1 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -611,6 +611,11 @@ ifacedir = $(libdir) # (NOTE: configure script setting is ignored). libexecdir = $(libdir) +# This is a bit of a lie, as this is a wrapper rather than the program +# itself. However, it means that we don't have to worry about Windows +# and non-Windows having different extensions. +GHC_PKG_PROG = $(FPTOOLS_TOP_ABS)/$(GHC_PKG_DIR_REL)/ghc-pkg-inplace + #----------------------------------------------------------------------------- # install configuration