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
3d602770
Commit
3d602770
authored
Jul 27, 2009
by
Simon Marlow
Browse files
buildinfo files need a $$(wildcard)
parent
8022ffa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/build-package.mk
View file @
3d602770
...
...
@@ -150,7 +150,7 @@ endif # package-data.mk exists
# Don't put bootstrapping packages in the bindist
ifneq
"$3" "0"
BINDIST_EXTRAS
+=
$1
/
*
.cabal
$1
/
*
.buildinfo
$1
/
$2
/setup-config
$1
/LICENSE
BINDIST_EXTRAS
+=
$1
/
*
.cabal
$
$(
wildcard
$1
/
*
.buildinfo
)
$1
/
$2
/setup-config
$1
/LICENSE
BINDIST_EXTRAS
+=
$$
(
$1_$2_INSTALL_INCLUDES_SRCS
)
endif
...
...
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