Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
0352c13f
Commit
0352c13f
authored
Jun 11, 2009
by
Ian Lynagh
Browse files
Add some $s to rules/build-package.mk for consistency
parent
5cb496dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/build-package.mk
View file @
0352c13f
...
...
@@ -39,7 +39,7 @@ endif
# We don't install things compiled by stage 0, so no need to put them
# in the bindist.
ifneq
"$(BINDIST) $3" "YES 0"
ifneq
"$
$
(BINDIST) $3" "YES 0"
$(call
all-target,$1,all_$1_$2)
$(call
clean-target,$1,$2,$1/$2)
...
...
@@ -78,7 +78,7 @@ endif
$(call
all-target,$1_$2,$1/$2/package-data.mk)
ifneq
"$(BINDIST)" "YES"
ifneq
"$
$
(BINDIST)" "YES"
# We have a rule for package-data.mk only when the package is
# disabled, because we want the build to fail if we haven't run phase 0.
$(call
build-package-data,$1,$2)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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