X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Ftree.mk;h=6fab46022e9f00745c0d9dc3d9ea9bbb04e36ba1;hb=624e821201ed68425c906358f8d45a69f4e61093;hp=4d1416a3efab6fdef023c1b34d468b4d6a6b69ff;hpb=6793a033e1ce41f77316675e8f7aa83196a9b211;p=ghc-hetmet.git diff --git a/mk/tree.mk b/mk/tree.mk index 4d1416a..6fab460 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -23,7 +23,6 @@ GHC_RTS_DIR = rts GHC_DRIVER_DIR = driver GHC_COMPAT_DIR = compat -GHC_MKDEPENDC_DIR = $(GHC_UTILS_DIR)/mkdependC GHC_LTX_DIR = $(GHC_UTILS_DIR)/ltx GHC_LNDIR_DIR = $(GHC_UTILS_DIR)/lndir GHC_MKDIRHIER_DIR = $(GHC_UTILS_DIR)/mkdirhier @@ -41,10 +40,16 @@ 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 - -RM = rm -f +INPLACE = inplace +INPLACE_BIN = $(INPLACE)/bin +INPLACE_LIB = $(INPLACE)/lib +INPLACE_TOPDIR = $(INPLACE)/lib +INPLACE_MINGW = $(INPLACE)/mingw +INPLACE_PERL = $(INPLACE)/perl + +# 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 +# without configuring: +RM = rm +RM_OPTS = -f