diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-05 10:14:44 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-08 13:48:39 +0100 |
commit | 6b5bbe0747744bd56b09f5c2e53ec288c5507e29 (patch) | |
tree | 33a1b6b0a1f48ef44cc381cf01ea17fc4f3f0e60 /mk/build.mk.sample | |
parent | 7ed0b20c0828fef0987aa7b3dea5d5190844338c (diff) | |
download | haskell-6b5bbe0747744bd56b09f5c2e53ec288c5507e29.tar.gz |
comment wibble
Diffstat (limited to 'mk/build.mk.sample')
-rw-r--r-- | mk/build.mk.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 5196a65fa4..5b31c97470 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -139,7 +139,7 @@ BUILD_DOCBOOK_PDF = NO # stage=2 # Then stage 1 will not be touched by the build system, until -# you uncomment the line again. This is a useful trick for when you're +# you comment the line again. This is a useful trick for when you're # working on stage 2 and want to freeze stage 1 and the libraries for # a while. |