diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-03-02 09:43:38 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-03-02 09:43:38 +0000 |
commit | 3139d8d35fda19fec8a8c5fac15e052befc892f2 (patch) | |
tree | 31d047bd163c40727f48c0272e417ef448dcd5d0 /ghc.mk | |
parent | 4bba92f93b88e15f0e0f23732d2cfa540acb737b (diff) | |
download | haskell-3139d8d35fda19fec8a8c5fac15e052befc892f2.tar.gz |
sdist: Haddock.Interface.{Lex,Parse} moved to Haddock.{Lex,Parse}
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1065,8 +1065,8 @@ sdist-prep : $(call sdist_file,utils/hpc,dist,,,HpcParser,y) $(call sdist_file,utils/genprimopcode,dist,,,Lexer,x) $(call sdist_file,utils/genprimopcode,dist,,,Parser,y) - $(call sdist_file,utils/haddock,dist,src,Haddock/Interface,Lex,x) - $(call sdist_file,utils/haddock,dist,src,Haddock/Interface,Parse,y) + $(call sdist_file,utils/haddock,dist,src,Haddock,Lex,x) + $(call sdist_file,utils/haddock,dist,src,Haddock,Parse,y) cd $(SRC_DIST_DIR) && "$(RM)" $(RM_OPTS) -r compiler/stage[123] mk/build.mk cd $(SRC_DIST_DIR) && "$(FIND)" $(SRC_DIST_DIRS) \( -name _darcs -o -name SRC -o -name "autom4te*" -o -name "*~" -o -name ".cvsignore" -o -name "\#*" -o -name ".\#*" -o -name "log" -o -name "*-SAVE" -o -name "*.orig" -o -name "*.rej" -o -name "*-darcs-backup*" \) -print | "$(XARGS)" $(XARGS_OPTS) "$(RM)" $(RM_OPTS) -r |