[commit: ghc] master: Fix build bogons due to missing separator (9004f0d)
git at git.haskell.org
git at git.haskell.org
Mon Feb 23 11:46:19 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9004f0d267613b9989fc2f3313c0bd64936103cd/ghc
>---------------------------------------------------------------
commit 9004f0d267613b9989fc2f3313c0bd64936103cd
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Feb 23 05:48:15 2015 -0600
Fix build bogons due to missing separator
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
9004f0d267613b9989fc2f3313c0bd64936103cd
ghc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc.mk b/ghc.mk
index aa29171..18ead9c 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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
More information about the ghc-commits
mailing list