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
Tobias Decking
GHC
Commits
aec29010
Commit
aec29010
authored
Aug 30, 2004
by
sof
Browse files
[project @ 2004-08-30 16:20:54 by sof]
doh
parent
44886bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/utils/ghc-pkg/Makefile
View file @
aec29010
...
...
@@ -16,7 +16,7 @@ SRC_HC_OPTS += -cpp -DPKG_TOOL -DWANT_PRETTY
# <= 6.0.x quotes all arguments when invoking utils (using double quotes), hence
# the need to escape the double quotes. >= 6.2.x does not.
ifeq
"$(ghc_le_600)" "
NO
"
ifeq
"$(ghc_le_600)" "
YES
"
SRC_HC_OPTS
+=
-D
'GHC_PKG_VERSION=\"
$(ProjectVersion)
\"'
else
SRC_HC_OPTS
+=
-D
'GHC_PKG_VERSION="
$(ProjectVersion)
"'
...
...
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