Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
956293b3
Commit
956293b3
authored
Apr 28, 2006
by
Simon Marlow
Browse files
fix quoting around ${FPTOOLS_TOP_ABS} (fixes #749)
parent
a883f6ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/package.mk
View file @
956293b3
...
...
@@ -81,7 +81,7 @@ package.conf.inplace : package.conf.in
-DDATA_DIR
=
'"
$(DATA_DIR_INPLACE)
"'
\
-DHTML_DIR
=
'"
$(HTML_DIR_INPLACE)
"'
\
-DHADDOCK_IFACE
=
'"
$(HADDOCK_IFACE_INPLACE)
"'
\
-DFPTOOLS_TOP_ABS
=
\
"
${FPTOOLS_TOP_ABS}
\
"
\
-DFPTOOLS_TOP_ABS
=
'
"
${FPTOOLS_TOP_ABS}
"
'
\
-x
c
$(PACKAGE_CPP_OPTS)
$<
|
\
grep
-v
'^#pragma GCC'
|
\
sed
-e
's/""//g'
-e
's/:[ ]*,/: /g'
>
$@
...
...
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