Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chaitanya Koparkar
GHC
Commits
2d4269af
Commit
2d4269af
authored
Jul 17, 2010
by
Ian Lynagh
Browse files
Don't generate Haskell dependencies if we don't have any Haskell sources
parent
8d1990f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/build-dependencies.mk
View file @
2d4269af
...
...
@@ -67,7 +67,9 @@ endif # $1_$2_NO_BUILD_DEPS
$$($1_$2_depfile_haskell)
:
$$(UNLIT)
ifneq
"$$(NO_INCLUDE_DEPS)" "YES"
ifneq
"$$(strip $$($1_$2_HS_SRCS) $$($1_$2_HS_BOOT_SRCS))" ""
include
$$($1_$2_depfile_haskell)
endif
include
$$($1_$2_depfile_c_asm)
else
ifeq
"$$(DEBUG)" "YES"
...
...
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