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
Glasgow Haskell Compiler
GHC
Commits
b39e447d
Commit
b39e447d
authored
May 15, 2007
by
Ian Lynagh
Browse files
Add a missing backslash that was breaking building bindists
parent
17f848e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b39e447d
...
...
@@ -328,7 +328,7 @@ binary-dist :: $(BINARY_DIST_DOC_RULES)
$(BINARY_DIST_DOC_RULES)
:
binary-dist-doc-%:
$(MAKE)
-C
$*
$(MFLAGS)
$(BINDIST_DOC_WAYS)
$(MAKE)
-C
$*
$(MFLAGS)
install-docs
\
MAKING_BIN_DIST
=
1
MAKING_BIN_DIST
=
1
\
XMLDocWays
=
"
$(BINDIST_DOC_WAYS)
"
\
prefix
=
$(BIN_DIST_DIR)
\
exec_prefix
=
$(BIN_DIST_DIR)
\
...
...
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