X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Ftree.mk;h=d27e2a7f9c8a0cea41fc96ac332faf91a10980ae;hb=aa0c0de94e25aa64139688f8e4c4ba51ddca6f54;hp=4d1416a3efab6fdef023c1b34d468b4d6a6b69ff;hpb=6793a033e1ce41f77316675e8f7aa83196a9b211;p=ghc-hetmet.git diff --git a/mk/tree.mk b/mk/tree.mk index 4d1416a..d27e2a7 100644 --- a/mk/tree.mk +++ b/mk/tree.mk @@ -46,5 +46,9 @@ INPLACE_BIN = $(INPLACE)/bin INPLACE_LIB = $(INPLACE)/lib INPLACE_MINGW = $(INPLACE)/mingw -RM = rm -f +# 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