diff options
author | Austin Seipp <austin@well-typed.com> | 2014-01-17 10:49:21 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-17 10:49:21 -0600 |
commit | e4a4abae21d14a6c1a4ae875fa582e2b389dc177 (patch) | |
tree | e2312a93f5f7dfdc6f2b0130dc51b2dbb7c89e87 /ghc.mk | |
parent | 20b1a0772a6f830cbfba016baea99628a792bb7b (diff) | |
download | haskell-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.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |