summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-12 17:50:50 +0000
committerIan Lynagh <igloo@earth.li>2009-09-12 17:50:50 +0000
commit207a5772ef67c3b26ea3fb9b8beb20d9b3c40368 (patch)
treecbdce2b73569bbee823e8adfef07b55bea3dc06a /ghc.mk
parent2994e921b179f9989fef2a98fa0d78bf5444d8f9 (diff)
downloadhaskell-207a5772ef67c3b26ea3fb9b8beb20d9b3c40368.tar.gz
Don't try and put HaddockLex and HaddockParse into src dists
They no longer exist.
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 9e708fbeb0..291d71465a 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -973,8 +973,6 @@ sdist-prep :
cd $(SRC_DIST_DIR) && if test -f $(TOP)/libraries/haskell-src/dist/build/Language/Haskell/Parser.hs; then "$(CP)" $(TOP)/libraries/haskell-src/dist/build/Language/Haskell/Parser.hs libraries/haskell-src/Language/Haskell/ ; mv libraries/haskell-src/Language/Haskell/Parser.ly libraries/haskell-src/Language/Haskell/Parser.ly.source ; fi
cd $(SRC_DIST_DIR) && $(call sdist_file,compiler,stage2,cmm,CmmLex,x)
cd $(SRC_DIST_DIR) && $(call sdist_file,compiler,stage2,cmm,CmmParse,y)
- cd $(SRC_DIST_DIR) && $(call sdist_file,compiler,stage2,parser,HaddockLex,x)
- cd $(SRC_DIST_DIR) && $(call sdist_file,compiler,stage2,parser,HaddockParse,y)
cd $(SRC_DIST_DIR) && $(call sdist_file,compiler,stage2,parser,Lexer,x)
cd $(SRC_DIST_DIR) && $(call sdist_file,compiler,stage2,parser,Parser,y.pp)
cd $(SRC_DIST_DIR) && $(call sdist_file,compiler,stage2,parser,ParserCore,y)