Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
207a5772
Commit
207a5772
authored
Sep 12, 2009
by
Ian Lynagh
Browse files
Don't try and put HaddockLex and HaddockParse into src dists
They no longer exist.
parent
2994e921
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
207a5772
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment