From: rrt Date: Wed, 14 Mar 2001 10:11:16 +0000 (+0000) Subject: [project @ 2001-03-14 10:11:16 by rrt] X-Git-Tag: Approximately_9120_patches~2420 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6392539ea09c6e5d99cdeb07770b80c0ad9cf073;p=ghc-hetmet.git [project @ 2001-03-14 10:11:16 by rrt] /tmp -> TMPDIR (don't worry dudes, it's just a comment!) --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 2982a09..2ef7c4d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -378,7 +378,7 @@ NoFibHcOpts = -O ################################################################################ # Directory used by GHC (and possibly other tools) for storing -# temporary files. If your /tmp isn't big enough, either override +# temporary files. If your TMPDIR isn't big enough, either override # this in build.mk or set your environment variable "TMPDIR" to point # to somewhere with more space. (TMPDIR=. is a good choice).