X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fpaths.mk;h=95ff92c387e3a3c4e2fdb265255db1750a6873fa;hb=26255ccff75e94c8403baf92abd5e64e68f3264c;hp=dd07b90bb9761190b97b82edeb87828f2b31130b;hpb=4b42f56fe3281d840d6573ef9fa52dfb926170d3;p=ghc-hetmet.git diff --git a/mk/paths.mk b/mk/paths.mk index dd07b90..95ff92c 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -169,7 +169,7 @@ MAINTAINER_CLEAN_FILES += .depend $(BOOT_SRCS) MOSTLY_CLEAN_FILES += \ *.CKP *.ln *.BAK *.bak .*.bak *.o *core a.out errs ,* *.a .emacs_* \ tags TAGS *.ind *.ilg *.idx *.idx-prev *.aux *.aux-prev *.dvi *.log \ - *.toc *.lot *.lof *.blg *.info *.itxi *.itex *.ihtml *.cb + *.toc *.lot *.lof *.blg *.cb #------------------------------------------------------------------ # @@ -212,3 +212,8 @@ SRC_DIST_NAME=$(ProjectNameShort)-$(ProjectVersion) # +# Directory in which DLLs are dumped so as not to get picked up by running +# programs (e.g. ghc or hsc) that run in the build tree + +DLL_PEN = $(FPTOOLS_TOP)/dll +