X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Ftree.mk;h=cd3988d772689b92285a88ecc12f3f63d7c74449;hb=d6d0a196363d44008a4850cddf727f06b42644f9;hp=d27e2a7f9c8a0cea41fc96ac332faf91a10980ae;hpb=e657b7fb12f1beafd95b5cacee2400312c1098a6;p=ghc-hetmet.git diff --git a/mk/tree.mk b/mk/tree.mk index d27e2a7..cd3988d 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -41,10 +41,11 @@ GHC_MANGLER_DIR = $(GHC_DRIVER_DIR)/mangler GHC_SPLIT_DIR = $(GHC_DRIVER_DIR)/split GHC_SYSMAN_DIR = $(GHC_RTS_DIR)/parallel -INPLACE = inplace -INPLACE_BIN = $(INPLACE)/bin -INPLACE_LIB = $(INPLACE)/lib -INPLACE_MINGW = $(INPLACE)/mingw +INPLACE = inplace +INPLACE_BIN = $(INPLACE)/bin +INPLACE_LIB = $(INPLACE)/lib +INPLACE_TOPDIR = $(INPLACE)/lib +INPLACE_MINGW = $(INPLACE)/mingw # These are here, rather than in config.mk, as they need to exist in an # unconfigured tree so that the various clean targets can be used