X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fpaths.mk;h=95ff92c387e3a3c4e2fdb265255db1750a6873fa;hb=a16d936a3c35b3ff3736551515637333e74461ca;hp=933a6cbe6166efdd31c6d373aad2fe9d14e5a2ad;hpb=62a6dd852deb4efd4ac99b8e8c5a9b0355e9e9df;p=ghc-hetmet.git diff --git a/mk/paths.mk b/mk/paths.mk index 933a6cb..95ff92c 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -157,7 +157,7 @@ TAGS_C_SRCS=$(C_SRCS) # # MOSTLY_CLEAN_FILES += $(HS_OBJS) $(C_OBJS) -CLEAN_FILES += $(HS_PROG) $(C_PROG) $(SCRIPT_PROG) $(SCRIPT_LINK) +CLEAN_FILES += $(HS_PROG) $(C_PROG) $(SCRIPT_PROG) $(SCRIPT_LINK) \ $(PROG) $(LIBRARY) $(HS_IFACES) $(HS_HCS) \ a.out @@ -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 +