diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-17 09:47:24 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-17 09:47:24 +0000 |
commit | 0dffc568e18d34eeb6d1899ea767a3814d6be167 (patch) | |
tree | cb8590983ee82542ef3aae6940b5f77ca6ea7830 /mk/install.mk.in | |
parent | dc9cde606ff6e03c695fa74beefefbddadf86638 (diff) | |
download | haskell-0dffc568e18d34eeb6d1899ea767a3814d6be167.tar.gz |
comment fixes (install.mk.in, not dirs.mk.in)
Diffstat (limited to 'mk/install.mk.in')
-rw-r--r-- | mk/install.mk.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/install.mk.in b/mk/install.mk.in index 75c2a32c18..863a5984b0 100644 --- a/mk/install.mk.in +++ b/mk/install.mk.in @@ -3,14 +3,14 @@ # ################################################################################ # -# dirs.mk.in +# install.mk.in # # This file sets up the installation directories. # # DO NOT EDIT THIS FILE! # -# - dirs.mk is auto-generated from dirs.mk.in by configure. -# If you edit dirs.mk your changes will be spammed. +# - install.mk is auto-generated from install.mk.in by configure. +# If you edit install.mk your changes will be spammed. # # - Settings in this file may be overriden by giving replacement # definitions in build.mk. |