Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6d9c6d26a0da3073a16a3f959c7fea931044389e >--------------------------------------------------------------- commit 6d9c6d26a0da3073a16a3f959c7fea931044389e Author: Ian Lynagh <[email protected]> Date: Tue May 28 20:31:11 2013 +0100 Build system: Remove unused DLL_PEN >--------------------------------------------------------------- mk/ghc-paths.mk | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/mk/ghc-paths.mk b/mk/ghc-paths.mk index 8a4789c..9b33dd7 100644 --- a/mk/ghc-paths.mk +++ b/mk/ghc-paths.mk @@ -259,10 +259,3 @@ MOSTLY_CLEAN_FILES += \ tags TAGS *.ind *.ilg *.idx *.idx-prev *.aux *.aux-prev *.dvi *.log \ *.toc *.lot *.lof *.blg *.cb *_stub.c *_stub.h *.raw_s *.a.list -#------------------------------------------------------------------ - -# 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 - _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
