Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
207a5772
Commit
207a5772
authored
Sep 12, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
ghc.mk
ghc.mk
+0
-2
No files found.
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
Markdown
is supported
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