[project @ 2001-03-14 10:11:16 by rrt]
authorrrt <unknown>
Wed, 14 Mar 2001 10:11:16 +0000 (10:11 +0000)
committerrrt <unknown>
Wed, 14 Mar 2001 10:11:16 +0000 (10:11 +0000)
/tmp -> TMPDIR (don't worry dudes, it's just a comment!)

mk/config.mk.in

index 2982a09..2ef7c4d 100644 (file)
@@ -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).