summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-17 10:49:21 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-17 10:49:21 -0600
commite4a4abae21d14a6c1a4ae875fa582e2b389dc177 (patch)
treee2312a93f5f7dfdc6f2b0130dc51b2dbb7c89e87 /ghc.mk
parent20b1a0772a6f830cbfba016baea99628a792bb7b (diff)
downloadhaskell-e4a4abae21d14a6c1a4ae875fa582e2b389dc177.tar.gz
Fix #8675
Haddock no longer has a generated parser, so we don't need it in the sdist and we certainly don't want to check for it in the ./configure script (as that would be bogus.) Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index dd91a82222..f48714ebf4 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1136,8 +1136,6 @@ sdist-ghc-prep :
$(call sdist_ghc_file,utils/hpc,dist-install,,,HpcParser,y)
$(call sdist_ghc_file,utils/genprimopcode,dist,,,Lexer,x)
$(call sdist_ghc_file,utils/genprimopcode,dist,,,Parser,y)
- $(call sdist_ghc_file,utils/haddock,dist,src,Haddock,Lex,x)
- $(call sdist_ghc_file,utils/haddock,dist,src,Haddock,Parse,y)
cd $(SRC_DIST_GHC_DIR) && "$(FIND)" $(SRC_DIST_GHC_DIRS) \( -name .git -o -name "autom4te*" -o -name "*~" -o -name "\#*" -o -name ".\#*" -o -name "log" -o -name "*-SAVE" -o -name "*.orig" -o -name "*.rej" \) -print | "$(XARGS)" $(XARGS_OPTS) "$(RM)" $(RM_OPTS_REC)
.PHONY: sdist-windows-tarballs-prep