summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-03-02 09:43:38 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-03-02 09:43:38 +0000
commit3139d8d35fda19fec8a8c5fac15e052befc892f2 (patch)
tree31d047bd163c40727f48c0272e417ef448dcd5d0 /ghc.mk
parent4bba92f93b88e15f0e0f23732d2cfa540acb737b (diff)
downloadhaskell-3139d8d35fda19fec8a8c5fac15e052befc892f2.tar.gz
sdist: Haddock.Interface.{Lex,Parse} moved to Haddock.{Lex,Parse}
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index a8a4b70157..f500cf2dc1 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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