Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
95613f10
Commit
95613f10
authored
May 15, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable suffix rules when cleaning
parent
e257cdbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ghc.mk
ghc.mk
+6
-0
No files found.
ghc.mk
View file @
95613f10
...
...
@@ -211,6 +211,10 @@ include rules/c-objs.mk
# -----------------------------------------------------------------------------
# Suffix rules
# Suffix rules cause "make clean" to fail on Windows (trac #3233)
# so we don't make any when cleaning.
ifneq
"$(CLEANING)" "YES"
include
rules/hs-suffix-rules-srcdir.mk
include
rules/hs-suffix-rules.mk
...
...
@@ -227,6 +231,8 @@ $(foreach way,$(ALL_WAYS),\
include
rules/c-suffix-rules.mk
endif
# -----------------------------------------------------------------------------
# Building package-data.mk files from .cabal files
...
...
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