diff options
author | Austin Seipp <austin@well-typed.com> | 2015-02-23 05:48:15 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-02-23 05:48:15 -0600 |
commit | 9004f0d267613b9989fc2f3313c0bd64936103cd (patch) | |
tree | 701e21fcc719c62209ae6e7629e98fec88f34b64 /ghc.mk | |
parent | 266fa701286e1cda406e3fbae368aa9666a18980 (diff) | |
download | haskell-9004f0d267613b9989fc2f3313c0bd64936103cd.tar.gz |
Fix build bogons due to missing separator
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1108,7 +1108,7 @@ SRC_DIST_GHC_DIRS = mk rules docs distrib bindisttest libffi includes \ utils docs rts compiler ghc driver libraries libffi-tarballs SRC_DIST_GHC_FILES += \ configure.ac config.guess config.sub configure \ - aclocal.m4 README.md ANNOUNCE HACKING.md INSTALL.md LICENSE Makefile + aclocal.m4 README.md ANNOUNCE HACKING.md INSTALL.md LICENSE Makefile \ install-sh settings.in VERSION GIT_COMMIT_ID \ boot packages ghc.mk MAKEHELP.md |