Skip to content
GitLab
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
180c850d
Commit
180c850d
authored
Mar 03, 2013
by
ian@well-typed.com
Browse files
Fix build when dph is not in the tree; fixes
#7733
Patch from Stephen Blackheath.
parent
056997a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
180c850d
...
...
@@ -626,7 +626,7 @@ ifneq "$(CLEANING)" "YES"
BUILD_DIRS
+=
$(
patsubst
%, libraries/%,
$(PACKAGES_STAGE2)
)
BUILD_DIRS
+=
$(
patsubst
%, libraries/%,
$(PACKAGES_STAGE1)
)
BUILD_DIRS
+=
$(
patsubst
%, libraries/%,
$(
filter-out
$(PACKAGES_STAGE1)
,
$(PACKAGES_STAGE0)
)
BUILD_DIRS +
=
libraries/dph
BUILD_DIRS +
=
$(
wildcard
libraries/dph
)
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